nbextensions not showing in jupyter notebook: Command `jupyter-contrib` not found

91 Views Asked by At

I'm trying to install nbextensions in jupyter notebook so I can hide code from slideshow.

pip install jupyter_contrib_nbextensions

jupyter contrib nbextension install --user

Error.

Jupyter command `jupyter-contrib` not found.

Any ideas

0

There are 0 best solutions below