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

相关推荐
星马梦缘6 小时前
jupyter Kernel Disconnected崩溃的修复
ide·python·jupyter
星马梦缘2 天前
强化学习实战5——BaseLine3使用自定义环境训练【输入状态向量】
pytorch·python·jupyter·强化学习·baseline3·gymnasium
溟有常青木4 天前
Jupyter notebook学习容易忘的点
学习·jupyter
偶尔贪玩的骑士6 天前
Jupyter Notebook导出带中文字体PDF
ide·jupyter·pdf
鱼骨不是鱼翅6 天前
jupyter notebook
ide·人工智能·jupyter
xiaobobo33307 天前
vscode的if结尾提示插件“If End Marker”实现了if结尾提示功能
vscode·插件·if结尾提示·if end marker
m0_694845578 天前
marimo搭建教程:替代Jupyter的交互式开发工具
服务器·ide·python·docker·jupyter·github
sleeper019 天前
War3 Replay Overlay 技术实现原理
插件·war3·魔兽争霸3·replay
哈伦201910 天前
第一章 Jupyter Notebook基础实操
python·jupyter·基础操作
sam.li14 天前
GhidraMCP 原理与使用部署
ai·逆向·插件·mcp·ghidra