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 8f2ab10 commit b8e30eaCopy full SHA for b8e30ea
notebook/_version.py
@@ -9,5 +9,5 @@
9
10
# Next beta/alpha/rc release: The version number for beta is X.Y.ZbN **without dots**.
11
12
-version_info = (5, 7, 7)
+version_info = (5, 7, 8)
13
__version__ = '.'.join(map(str, version_info[:3])) + ''.join(version_info[3:])
notebook/static/base/js/namespace.js
@@ -73,7 +73,7 @@ define(function(){
73
// tree
74
jglobal('SessionList','tree/js/sessionlist');
75
76
- Jupyter.version = "5.7.7";
+ Jupyter.version = "5.7.8";
77
Jupyter._target = '_blank';
78
return Jupyter;
79
});
0 commit comments