You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Async support is now available on the client. Methods that support async have an `async_` prefix and can be awaited [#10](https://github.com/jupyter/nbclient/pull/10)[#35](https://github.com/jupyter/nbclient/pull/35)[#37](https://github.com/jupyter/nbclient/pull/37)[#38](https://github.com/jupyter/nbclient/pull/38)
8
+
- Dropped support for Python 3.5 due to async compatability issues [#34](https://github.com/jupyter/nbclient/pull/34)
9
+
- Notebook documents now include the [new kernel timing fields](https://github.com/jupyter/nbformat/pull/144)[#32](https://github.com/jupyter/nbclient/pull/32)
10
+
11
+
### Fixes
12
+
13
+
- Memory and process leaks from nbclient should now be fixed [#34](https://github.com/jupyter/nbclient/pull/34)
14
+
- Notebook execution exceptions now include error information in addition to the message [#41](https://github.com/jupyter/nbclient/pull/41)
0 commit comments