File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
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
You can’t perform that action at this time.
0 commit comments