Skip to content

Commit 5749f00

Browse files
authored
Merge pull request #174 from datalayer-externals/docs/extensions-configurator
2 parents 6fc4890 + 4e10dad commit 5749f00

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/source/nbclassic_dev_faq.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ pending to be merged into the `Jupyter-contrib/jupyter_nbextensions_configurator
8080

8181
Once a release with this fix is available, users will be able to activate the extension with the following commands::
8282

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

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.7";
76+
Jupyter.version = "0.5.0.dev0";
7777
Jupyter._target = '_blank';
7878

7979
return Jupyter;

0 commit comments

Comments
 (0)