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 caea335 commit 0600d6aCopy full SHA for 0600d6a
notebook/_version.py
@@ -1,2 +1,2 @@
1
-version_info = (4, 0, 3)
+version_info = (4, 0, 4)
2
__version__ = '.'.join(map(str, version_info))
notebook/static/base/js/namespace.js
@@ -75,7 +75,7 @@ define(function(){
75
jglobal('ClusterList','tree/js/clusterlist');
76
jglobal('ClusterItem','tree/js/clusterlist');
77
78
- Jupyter.version = "4.0.3";
+ Jupyter.version = "4.0.4";
79
Jupyter._target = '_blank';
80
return Jupyter;
81
});
0 commit comments