Error executing Jupyter command 'contrib': [Errno 'jupyter-contrib' not found]解决办法
程序员文章站
2022-03-03 16:28:06
...
Error executing Jupyter command ‘contrib’: [Errno ‘jupyter-contrib’ not found]解决办法
先把之前的卸载
pip uninstall jupyter_contrib_nbextensions
pip uninstall jupyter_nbextensions_configurator
然后重新安装
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn jupyter_contrib_nbextensions
然后中间多加一个-
jupyter contrib-nbextension install --user
上一篇: Jupyter
下一篇: npm i -S -D -g的区别
推荐阅读
-
Jupyter notebook安装扩展工具(nbextensions)提示“Jupyter command `jupyter-contrib` not found.”
-
Error executing Jupyter command ‘notebook‘: [Errno 2] No such file or directory
-
Jupyter notebook安装扩展工具(nbextensions)提示“Jupyter command `jupyter-contrib` not found.”
-
jupyter notebook - Error executing Jupyter command 'notebook': [Errno 2] No such file or directory
-
Error executing Jupyter command 'notebook': [Errno 'jupyter-notebook' not found] 2
-
Error executing Jupyter command 'notebook': [Errno 2 解决方案
-
Error executing Jupyter command 'notebok': [Errno 'jupyter-notebok' not found] 2
-
由jupter notebook:Error executing Jupyter command ‘notebook‘: [Errno ‘jupyter-notebook‘ not found]的思考
-
[已解决]Error executing Jupyter command 'notebook': [Errno 'jupyter-notebook' not found] 2
-
Exception:jupyter command ‘jupyter-contrib‘not found