Skip to content

Commit a0fba65

Browse files
committed
add jupyter_server as build dependency
1 parent 97a9489 commit a0fba65

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

nbclassic/static/base/js/namespace.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ define(function(){
7373
// tree
7474
jglobal('SessionList','tree/js/sessionlist');
7575

76-
Jupyter.version = "0.4.8";
76+
Jupyter.version = "0.5.0.dev0";
7777
Jupyter._target = '_blank';
7878

7979
return Jupyter;

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
[build-system]
2-
requires = ["jupyter_packaging~=0.9,<2", "babel"]
2+
requires = [
3+
"jupyter_packaging~=0.9,<2",
4+
"jupyter_server>=1.17.0",
5+
"babel"
6+
]
37
build-backend = "jupyter_packaging.build_api"
48

59
[tool.check-manifest]

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = nbclassic
3-
version = attr: nbclassic.__version__.__version__
3+
version = attr: nbclassic.__version__
44
description = Jupyter Notebook as a Jupyter Server extension.
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)