Jupyter_contrib_nbextensions: No nbextensions listed even though they're installed?

Created on 10 Jun 2017  路  1Comment  路  Source: ipython-contrib/jupyter_contrib_nbextensions

As in the title.

I'm using jupyter 4.3.0, and ipython 6.1.0. I've run the following commands

pip install jupyter_nbextensions_configurator

jupyter nbextensions_configurator enable --sys-prefix

All I have are :
1) Nbextensions dashboard tab
2) Nbextensions edit menu item

Sorry, I tried googling around but I have no idea what I'm doing - I don't remember how I did this way back when.

I know they're installed because I can find them within my virtualenv path

~/.virtualenvs/p_3/lib/python3.6/site-packages/jupyter_contrib_nbextensions/nbextensions

Most helpful comment

I think I've solved it. I ran

jupyter contrib nbextension install --sys-prefix --only-files

>All comments

I think I've solved it. I ran

jupyter contrib nbextension install --sys-prefix --only-files

Was this page helpful?
0 / 5 - 0 ratings