-
Notifications
You must be signed in to change notification settings - Fork 122
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
No new extensions are showing up in nbextension manager #133
Comments
Hi guys! this problem bothered me for a long time. Many people raised this issue, like #118 and #65. If you use Anaconda, after browsering many many solutions, here is my approach. First, run "conda install -c conda-forge jupyter_contrib_nbextensions" in Anaconda prompt; Retart Jupyter notebook, you should see everything. |
Thank you very much! |
@lixm1121 |
This solved my problem. The command "jupyter contrib nbextension install --user" seems to be the key. |
Thank you! This solved the issue for me, using conda:) |
Thanks a lot~ |
I had this and the method suggested by simbru didn't work. Anyway, I added the following to my docker-compose file to over-ride the default entrypoint and the NBextensions tab showed up.
|
It works for me, Thanks a lot! |
It works for me too! Thanks ! x) |
Thanks for the solution! It works for me. However, you may get the following warning message after
To fix this, you can run jupyter contrib nbextensions uninstall --sys-prefix to remove the duplicated version. (Refer to #25 (comment)) |
I saw this stack overflow post and tried installing the nbextensions configurator. I ran both installation paths several times, restarted my notebook and my machine several times, and I'm still not seeing any new nbextensions except for a few very basic ones:
Any idea what is going on here? I'd especially like to get the initialization cells working.
The text was updated successfully, but these errors were encountered: