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,当然运行之后重启也行。

相关推荐
溯源00621 小时前
在conda虚拟环境中安装jupyter lab-----deepseek问答记录
ide·jupyter·conda
tRNA做科研4 天前
2025最新深度学习pytorch完整配置:conda/jupyter/vscode
pytorch·深度学习·jupyter
qq_515507506 天前
jupyter notebook中3种读图片的方法_与_图片翻转(上下翻转,左右翻转,上下左右翻转)
人工智能·python·jupyter·numpy
aPurpleBerry7 天前
解决Did not find dashscope_api_key问题——jupyter设置环境变量
ide·python·jupyter
96777 天前
如何将 Jupyter Notebook (.ipynb) 文件转换为 Python (.py) 文件
linux·python·jupyter
WSSWWWSSW7 天前
查看notebook的jupyter token
ide·python·jupyter
荷碧TongZJ8 天前
Jupyter Notebook 6/7 设置代码补全
ide·python·jupyter
iCheer-xu8 天前
VSCODE内使用Jupyter模式,运行backtrader不展示图片、图片尺寸无法自定义的处理方案
ide·vscode·jupyter
SunnyRivers10 天前
go语言文件和目录
golang·文件·目录·os
Perfect_www11 天前
Jupyter Notebook自动保存失败等问题的解决
ide·python·jupyter