File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ pending to be merged into the `Jupyter-contrib/jupyter_nbextensions_configurator
80
80
81
81
Once a release with this fix is available, users will be able to activate the extension with the following commands::
82
82
83
- $ pip install jupyter_nbextensions_configurator
84
- $ jupyter nbextension install --sys-prefix --py jupyter_nbextensions_configurator --overwrite
85
- $ jupyter nbextension enable --sys-prefix --py jupyter_nbextensions_configurator
86
- $ jupyter serverextension enable --sys-prefix --py jupyter_nbextensions_configurator
83
+ $ pip install ' jupyter_nbextensions_configurator @ git+https://github.com/datalayer-externals/jupyter-notebook-configurator.git@fix/nbclassic#egg=jupyter_nbextensions_configurator'
84
+ $ jupyter nbclassic-extension install --sys-prefix --py jupyter_nbextensions_configurator --overwrite
85
+ $ jupyter nbclassic-extension enable --sys-prefix --py jupyter_nbextensions_configurator
86
+ $ jupyter nbclassic- serverextension enable --sys-prefix --py jupyter_nbextensions_configurator
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.7 " ;
76
+ Jupyter . version = "0.5.0.dev0 " ;
77
77
Jupyter . _target = '_blank' ;
78
78
79
79
return Jupyter ;
You can’t perform that action at this time.
0 commit comments