Jupyter notebook 添加目录插件

前提:

打开conda prompt,并切换到自己的虚拟环境

python 复制代码
#查看所有虚拟环境
conda env list
#激活你常用的虚拟环境
conda activate liuenv

一、安装插件nbextensions

python 复制代码
conda install -c conda-forge jupyter_contrib_nbextensions

官方有点慢,但是换国内源老是安装报错。

python 复制代码
conda install jupyter_contrib_nbextensions -i https://pypi.tuna.tsinghua.edu.cn/simple

安装这个插件总是报错,notebook=7.x 版本不再适应插件 nbextensions。

参考文章《https://blog.csdn.net/weixin_54383080/article/details/134655727》

剩下的就不搞了。。。。。。。。。。。。。。。

二、添加到工具栏

python 复制代码
jupyter contrib nbextension install

** 注意:** 运行的之前关闭 jupyter notebook,当然运行之后重启也行。

相关推荐
Biomamba生信基地3 小时前
jupyter如何切换内核
ide·python·jupyter
豆本-豆豆奶3 小时前
给初学者的 Jupyter Notebook 教程
开发语言·python·jupyter·安装教程·notebook
勤奋的大熊猫3 小时前
Jupyter lab 打开时默认使用 Notebook 而不是浏览器
ide·python·jupyter
像风一样自由202017 小时前
Edge 浏览器插件开发:图片切割插件
服务器·edge·插件
bjzhang753 天前
6款IntelliJ IDEA插件,让Spring和Java开发如虎添翼
spring·intellij-idea·插件
去月亮探险4 天前
Jupyter Notebook 打开指定文件夹
python·jupyter
诸神缄默不语5 天前
Jupyter Notebook更换工作目录
ide·python·jupyter
去月亮探险5 天前
使用带有令牌认证的 Jupyter Notebook 服务器
服务器·ide·jupyter
jin_tmac6 天前
本地PC连接远程服务器jupyter全过程
linux·运维·服务器·jupyter