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 95cce70 commit a81eb2aCopy full SHA for a81eb2a
nbclassic/static/base/js/namespace.js
@@ -73,7 +73,7 @@ define(function(){
73
// tree
74
jglobal('SessionList','tree/js/sessionlist');
75
76
- Jupyter.version = "0.0.4";
+ Jupyter.version = "0.3.7";
77
Jupyter._target = '_blank';
78
79
return Jupyter;
pyproject.toml
@@ -13,7 +13,7 @@ testpaths = [
13
]
14
15
[tool.jupyter-releaser]
16
-skip = ["check-links"]
+skip = ["check-links", "check-manifest"]
17
18
[tool.jupyter-releaser.hooks]
19
after-bump-version = "python setup.py jsversion"
0 commit comments