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
如果反复安装目录插件失败的话可以试试这个办法
上一篇: MNIST转TFRecord样例
推荐阅读
-
如何修改通过Anaconda安装的jupyter notebook的工作目录
-
jupyter notebook内核配置的图文教程
-
详解如何修改jupyter notebook的默认目录和默认浏览器
-
任意目录 直接右键 jupyter notebook打开
-
多个环境配置Jupyter notebook
-
Jupyter-notebook更改默认浏览器,工作目录
-
jupyter notebook 插件包安装与工作路径设置方法
-
python jupyter notebook配置更改默认工作目录、更换皮肤主题、代码字体大小
-
Jupyter Notebook 远程访问配置详解
-
安装Jupyter Notebook并配置用于多用户的反向代理(Nginx)