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_configuratorjupyter nbextensions_configurator enable --userjupyter contrib nbextension install --userjupyter 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.