我是靠谱客的博主 顺利芹菜,这篇文章主要介绍jupyter notebook 配置目录插件失败,现在分享给大家,希望可以做个参考。

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内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(145)

评论列表共有 0 条评论

立即
投稿
返回
顶部