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 天前
Jupyter 使用特定的虚拟环境配置
ide·python·jupyter
Stitch .12 天前
AWS开源 Agent 框架 Strands Agents 速成班(实验手册)
jupyter·云计算·aws·亚马逊·vpc·智能体·mcp
WSSWWWSSW13 天前
Jupyter Notebook 中高效处理和实时展示来自 OpenCV 和 Pillow 的图像数据探究
opencv·jupyter·pillow
liliangcsdn13 天前
python 12 install jupyter时zmq.h或libzmq报错处理
ide·python·jupyter
柴 基15 天前
Jupyter Notebook 使用指南
ide·python·jupyter
WSSWWWSSW16 天前
Jupyter Notebook 中显示图片、音频、视频的方法汇总
ide·人工智能·jupyter·音视频·python notebook
放飞自我的Coder19 天前
【jupyter 使用多进程方案】
python·jupyter·多进程
FinAnalyzer20 天前
如何在 InsCodeAI 上搭建并使用 Jupyter Notebook 环境?
ide·python·jupyter
写点什么啦20 天前
一键修复ipynb,Jupyter Notebook损坏文件
ide·python·jupyter
Nandeska20 天前
一、Python环境、Jupyter与Pycharm
python·jupyter·pycharm