Successfully built jupyter-contrib-nbextensions
(data-anlysis) d:\Python\代码>jupyter contrib nbextension install --user
Error executing Jupyter command 'contrib': [Errno 'jupyter-contrib' not found] 2
我已经重装了很多次jupyter-contrib-nbextensions,最后还是这个错误
各位大佬有啥解决方法吗
pip install jupyter_contrib_nbextensions
(或者用命令:pip install https://github.com/ipython-contrib/jupyter_contrib_nbextensions/tarball/master)
Successfully built jupyter-contrib-nbextensions
(data-anlysis) d:\Python\代码>jupyter contrib nbextension install --user
Error executing Jupyter command 'contrib': [Errno 'jupyter-contrib' not found] 2
我已经重装了很多次jupyter-contrib-nbextensions,最后还是这个错误
@wuji123: 文件下载到本地再安装
@ycyzharry: 大佬 安装到哪呀
@ycyzharry: 可以了 谢谢大佬
我的是这个
如果是anaconda,可以使用命令:
conda install -c conda-forge jupyter_contrib_nbextensions
谢谢大佬