jupyter_nbextensions_configurator icon indicating copy to clipboard operation
jupyter_nbextensions_configurator copied to clipboard

Difference between contrib nbextension and nbextensions_configurator?

Open startakovsky opened this issue 2 years ago • 1 comments

What is the difference between line 2 and 3 below?

  1. pip install jupyter_nbextensions_configurator
  2. jupyter nbextensions_configurator enable --user
  3. jupyter contrib nbextension install --user
  4. jupyter nbextension enable toc2/main

startakovsky avatar Nov 18 '22 21:11 startakovsky

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.

juhasch avatar Dec 21 '22 12:12 juhasch