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.
1 parent e6aa4a2 commit 52d9edcCopy full SHA for 52d9edc
nbclient/tests/test_client.py
@@ -520,7 +520,7 @@ def start_channels(
520
) -> None:
521
raise Exception("Any error")
522
523
- def stop_channels(self) -> None:
+ def stop_channels(self):
524
pass
525
526
nb = nbformat.v4.new_notebook()
requirements.txt
@@ -1,4 +1,4 @@
1
jupyter_client>=6.1.5
2
nbformat>=5.0
3
nest_asyncio
4
-traitlets>=5.0.0
+traitlets>=5.0.0,<5.2.0
0 commit comments