Skip to content

Commit eb157fe

Browse files
committed
correct documentation for the commands to enable the jupyter_nbextensions_configurator
1 parent 6fc4890 commit eb157fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
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

0 commit comments

Comments
 (0)