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

相关推荐
吉均17 小时前
如何实现局域网内无痛访问Jupyter Notebook?
ide·python·jupyter
獨枭1 天前
Linux 下安装和使用 Jupyter Notebook
linux·chrome·jupyter
芥子沫2 天前
远程装个Jupyter-AI协作笔记本,Jupyter容器镜像版本怎么选?安装部署教程
ide·人工智能·jupyter
BAs5334 天前
Anaconda Jupyter 默认启动位置修改
ide·python·jupyter·conda
milo.qu4 天前
AI人工智能-Jupyter Notbook&Pycharm:Py开发
人工智能·python·jupyter·pycharm
放羊郎5 天前
本地文生图使用插件(Stable Diffusion)
stable diffusion·prompt·插件
小杨4046 天前
python入门系列十一(容器数据类型)
人工智能·python·jupyter
Allen-Steven8 天前
Stable Diffusion绘画插件(ControlNet )
stable diffusion·插件·controlnet
右恩8 天前
jupyter使用过程中遇到的问题
ide·python·jupyter
十八只兔8 天前
Jupyter Notebook :美化读取到的JSON格式的数据(以表格形式呈现)
python·jupyter·json·tabulate·python数据读取