概述
jupyter notebook 配置目录插件失败
按照网上提供的多种方法为jupyter notebook配置目录插件启动后始终没有在jupyter主界面显示(python3.7.9, jupyter 1.0.0,notebook 6.1.6)nbextensions,降低jupyter notebook的版本后(jupyter-1.0.0 notebook-5.7.8)成功显示~
具体操作为:
// 卸载原有jupyter notebook
pip uninstall jupyter notebook
// 安装较低版本
pip install jupyter notebook==5.7.8
// 安装目录插件
pip install jupyter_contrib_nbextensions
pip install jupyter_nbextensions_configurator
jupyter contrib nbextension install --user
//重启jupyter notebook
如果反复安装目录插件失败的话可以试试这个办法
最后
以上就是顺利芹菜为你收集整理的jupyter notebook 配置目录插件失败的全部内容,希望文章能够帮你解决jupyter notebook 配置目录插件失败所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复