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 657203b commit 9df1b9dCopy full SHA for 9df1b9d
docs/changelog.rst
@@ -7,13 +7,22 @@ Changes in Jupyter Client
7
5.0
8
===
9
10
+5.0.1
11
+-----
12
+
13
+`5.0.1 on GitHub <https://github.com/jupyter/jupyter_client/milestones/5.0.1>`__
14
15
+- Update internal protocol version number to 5.1,
16
+ which should have been done in 5.0.0.
17
18
5.0.0
19
-----
20
21
`5.0.0 on GitHub <https://github.com/jupyter/jupyter_client/milestones/5.0>`__
22
23
New features:
24
25
+- Implement Jupyter protocol version 5.1.
26
- Introduce :command:`jupyter run` command for running scripts with a kernel, for instance::
27
28
jupyter run --kernel python3 myscript.py
0 commit comments