File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ define(function(){
73
73
// tree
74
74
jglobal ( 'SessionList' , 'tree/js/sessionlist' ) ;
75
75
76
- Jupyter . version = "0.4.8 " ;
76
+ Jupyter . version = "0.5.0.dev0 " ;
77
77
Jupyter . _target = '_blank' ;
78
78
79
79
return Jupyter ;
Original file line number Diff line number Diff line change 1
1
[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
+ ]
3
7
build-backend = " jupyter_packaging.build_api"
4
8
5
9
[tool .check-manifest ]
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = nbclassic
3
- version = attr: nbclassic.__version__.__version__
3
+ version = attr: nbclassic.__version__
4
4
description = Jupyter Notebook as a Jupyter Server extension.
5
5
long_description = file: README.md
6
6
long_description_content_type = text/markdown
You can’t perform that action at this time.
0 commit comments