欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

jupyter notebook 配置目录插件失败

程序员文章站 2022-05-25 16:12:46
...

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

如果反复安装目录插件失败的话可以试试这个办法

相关标签: python