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

相关推荐
宇称不守恒4.02 天前
2025暑期—04环境设置-D2L+Jupyter
人工智能·python·jupyter
z日火3 天前
VSCode使用Jupyter完整指南配置机器学习环境
vscode·机器学习·jupyter
星空3 天前
jupyter使用
python·jupyter
远方2357 天前
Android无需授权直接访问Android/data目录漏洞
android·安全·文件·漏洞·目录·权限
leafpipi7 天前
【机器学习】安装Jupyter及基本操作
人工智能·机器学习·jupyter
小崔Bro11 天前
Anaconda Jupyter 使用注意事项
jupyter
巴伦是只猫11 天前
【深度学习笔记】3 step by step (jupyter)
笔记·深度学习·jupyter
音程12 天前
(已解决) 如何使用密钥连接远程服务器jupyter notebook从而在本地浏览器上打开
运维·服务器·python·jupyter
电脑能手13 天前
如何远程访问在WSL运行的Jupyter Notebook
ide·python·jupyter
DAWN_T1714 天前
Transforms
pytorch·python·机器学习·jupyter·pycharm