diff --git a/docs/source/nbclassic_dev_faq.rst b/docs/source/nbclassic_dev_faq.rst index a6bc9e1b9..69adcd6e8 100644 --- a/docs/source/nbclassic_dev_faq.rst +++ b/docs/source/nbclassic_dev_faq.rst @@ -80,7 +80,7 @@ pending to be merged into the `Jupyter-contrib/jupyter_nbextensions_configurator Once a release with this fix is available, users will be able to activate the extension with the following commands:: - $ pip install jupyter_nbextensions_configurator - $ jupyter nbextension install --sys-prefix --py jupyter_nbextensions_configurator --overwrite - $ jupyter nbextension enable --sys-prefix --py jupyter_nbextensions_configurator - $ jupyter serverextension enable --sys-prefix --py jupyter_nbextensions_configurator + $ pip install 'jupyter_nbextensions_configurator @ git+https://github.com/datalayer-externals/jupyter-notebook-configurator.git@fix/nbclassic#egg=jupyter_nbextensions_configurator' + $ jupyter nbclassic-extension install --sys-prefix --py jupyter_nbextensions_configurator --overwrite + $ jupyter nbclassic-extension enable --sys-prefix --py jupyter_nbextensions_configurator + $ jupyter nbclassic-serverextension enable --sys-prefix --py jupyter_nbextensions_configurator diff --git a/nbclassic/static/base/js/namespace.js b/nbclassic/static/base/js/namespace.js index 94fbf940d..7ee899278 100644 --- a/nbclassic/static/base/js/namespace.js +++ b/nbclassic/static/base/js/namespace.js @@ -73,7 +73,7 @@ define(function(){ // tree jglobal('SessionList','tree/js/sessionlist'); - Jupyter.version = "0.4.7"; + Jupyter.version = "0.5.0.dev0"; Jupyter._target = '_blank'; return Jupyter;