ipython-contrib / jupyter_contrib_nbextensions

A collection of various notebook extensions for Jupyter
http://jupyter-contrib-nbextensions.readthedocs.io/en/latest
Other
5.22k stars 806 forks source link

Error executing Jupyter command 'contrib': [Errno 2] No such file or directory #1509

Open Kelly368 opened 4 years ago

Kelly368 commented 4 years ago

I install the python package with command : pip3 install jupyter_contrib_nbextensions --user jupyter contrib nbextension install --user I get this error: Error executing Jupyter command 'contrib': [Errno 2] No such file or directory. Then I change the command to: jupyter contrib-nbextension install --user, it still not work. Can anyone help me? Thanks a lot!