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

No new extensions are showing up in nbextension manager #133

Open
matt-proof opened this issue May 6, 2021 · 11 comments
Open

No new extensions are showing up in nbextension manager #133

matt-proof opened this issue May 6, 2021 · 11 comments

Comments

@matt-proof
Copy link

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:
image
Any idea what is going on here? I'd especially like to get the initialization cells working.

@kuangsangudu
Copy link

He, Boy,.I met the same problem! I have tried many version of notebook but got no great result.
Hoping someone can help us..

949V6%P)C@8N2R5HM YEM

@lixm1121
Copy link

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;
After finishing the first step, run "jupyter contrib nbextension install --user" in Anaconda prompt;
After finishing the second step, run "jupyter nbextensions_configurator enable --user" in Anaconda prompt;

Retart Jupyter notebook, you should see everything.

@kuangsangudu
Copy link

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;
After finishing the first step, run "jupyter contrib nbextension install --user" in Anaconda prompt;
After finishing the second step, run "jupyter nbextensions_configurator enable --user" in Anaconda prompt;

Retart Jupyter notebook, you should see everything.

Thank you very much!

@UltimateLaForsch
Copy link

@lixm1121
Many thx also from me

@alcor4ever
Copy link

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;
After finishing the first step, run "jupyter contrib nbextension install --user" in Anaconda prompt;
After finishing the second step, run "jupyter nbextensions_configurator enable --user" in Anaconda prompt;

Retart Jupyter notebook, you should see everything.

This solved my problem. The command "jupyter contrib nbextension install --user" seems to be the key.

@simbru
Copy link

simbru commented Nov 25, 2021

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; After finishing the first step, run "jupyter contrib nbextension install --user" in Anaconda prompt; After finishing the second step, run "jupyter nbextensions_configurator enable --user" in Anaconda prompt;

Retart Jupyter notebook, you should see everything.

Thank you! This solved the issue for me, using conda:)

@kkatcode
Copy link

kkatcode commented Dec 6, 2021

Thanks a lot~

@kbroughton
Copy link

I had this and the method suggested by simbru didn't work.
I think its because at some point the jupyter/scipy-notebook may have started using jupyter-lab instead of jupyter-notebook.

Anyway, I added the following to my docker-compose file to over-ride the default entrypoint and the NBextensions tab showed up.

entrypoint: ["jupyter", "notebook", "--port=8888", "--ip=0.0.0.0"]

@zhengwb
Copy link

zhengwb commented Aug 17, 2022

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; After finishing the first step, run "jupyter contrib nbextension install --user" in Anaconda prompt; After finishing the second step, run "jupyter nbextensions_configurator enable --user" in Anaconda prompt;

Retart Jupyter notebook, you should see everything.

It works for me, Thanks a lot!

@GuillaumeLemele
Copy link

GuillaumeLemele commented Dec 16, 2022

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; After finishing the first step, run "jupyter contrib nbextension install --user" in Anaconda prompt; After finishing the second step, run "jupyter nbextensions_configurator enable --user" in Anaconda prompt;

Retart Jupyter notebook, you should see everything.

It works for me too! Thanks ! x)

@ChenglongMa
Copy link

ChenglongMa commented Feb 4, 2023

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; After finishing the first step, run "jupyter contrib nbextension install --user" in Anaconda prompt; After finishing the second step, run "jupyter nbextensions_configurator enable --user" in Anaconda prompt;

Retart Jupyter notebook, you should see everything.

Thanks for the solution! It works for me.

However, you may get the following warning message after jupyter contrib nbextension install --user:

nbextension 'highlight_selected_word/main' has duplicate listings in both
'$HOME/.local/share/jupyter/nbextensions/highlight_selected_word/configurator.yaml' and
'$HOME/.local/share/jupyter/nbextensions/highlight_selected_word/configurator.yaml'

To fix this, you can run

jupyter contrib nbextensions uninstall --sys-prefix

to remove the duplicated version.

(Refer to #25 (comment))

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