Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Difference between contrib nbextension and nbextensions_configurator? #148

Open
startakovsky opened this issue Nov 18, 2022 · 1 comment

Comments

@startakovsky
Copy link

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
@juhasch
Copy link
Contributor

juhasch commented Dec 21, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants