We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e2e2f6 + dd5af25 commit 3f7b5adCopy full SHA for 3f7b5ad
docs/changelog.md
@@ -4,9 +4,14 @@
4
5
### Major Changes
6
7
+- Use KernelManager's graceful shutdown rather than KILLing kernels [#64](https://github.com/jupyter/nbclient/pull/64)
8
- Mimic an Output widget at the frontend so that the Output widget behaves correctly [#68](https://github.com/jupyter/nbclient/pull/68)
9
- Nested asyncio is automatic, and works with Tornado [#71](https://github.com/jupyter/nbclient/pull/71)
10
11
+### Fixes
12
+
13
+- Fix `OSError: [WinError 6] The handle is invalid` for windows/python<3.7 [#77](https://github.com/jupyter/nbclient/pull/77)
14
15
## 0.3.1
16
17
### Fixes
nbclient/_version.py
@@ -1 +1 @@
1
-version = '0.4.0a0'
+version = '0.4.0a1'
0 commit comments