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

相关推荐
带刺的坐椅2 天前
Hot-Plug 实战:运行期管理 Solon 插件
java·solon·插件·热插拔
赵广陆2 天前
Jupyter和PyCharm完整集成
ide·jupyter·pycharm
营养充电站2 天前
C++23 新特性在 CLion 中的实战体验
macos·docker·jupyter·正则表达式
营养充电站4 天前
KMP全栈开发:从Android到AI Agent的技术演进与实践
人工智能·算法·docker·jupyter
sphw9 天前
nixnb: Jupyter Notebook 优雅分享
ide·人工智能·jupyter
编程阿峰9 天前
Python 环境配置(二)安装jupyter、matplotlib、numpy库
开发语言·python·jupyter·numpy·matplotlib
魔尔助理顾问10 天前
安装 Jupyter Notebook (推荐给 venv 用户)
开发语言·ide·python·jupyter
xuhe212 天前
一劳永逸!解决 AutoDL 系统盘(30GB)爆满与 pip 缓存迁移
linux·python·ai·jupyter
Y38153266213 天前
serpbase + Pandas + Jupyter 数据分析实战
jupyter·数据分析·pandas
尸僵打怪兽18 天前
Claude-code命令行无法下载插件
bug·插件·claude-code