jupyter_nbextensions_configurator
jupyter_nbextensions_configurator copied to clipboard
Difference between contrib nbextension and nbextensions_configurator?
What is the difference between line 2 and 3 below?
-
pip install jupyter_nbextensions_configurator
-
jupyter nbextensions_configurator enable --user
-
jupyter contrib nbextension install --user
-
jupyter nbextension enable toc2/main
The extensions are here and they are basically standalone. To make using them easier there is the configurator menu in this repo.
Basically this means you should do a pip install juyper_contrib_nbextensions
and not install the configurator alone.