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

相关推荐
袋子(PJ)18 小时前
2026年pytorch基础学习(基于jupyter notebook开发)——从原理到落地:PyTorch神经网络架构与工程优化解析
人工智能·pytorch·深度学习·学习·jupyter
拜托啦!狮子2 天前
本地连接服务器并运行jupyter
服务器·jupyter·github
小北的博客2 天前
如何在 Android studio 中使用 cursor 插件
android studio·intellij-idea·ai编程·android-studio·插件·cursor
iwS2o90XT2 天前
开发一个VS Code主题插件,定制你的IDE
ide·jupyter·postman
WL_Aurora6 天前
如何将 Jupyter Notebook (.ipynb) 文件转换为 Python (.py) 文件
python·jupyter
好奇龙猫12 天前
[大学院-python-base gammer learning(1): setting conda + Jupyter ]
python·jupyter·conda
青苔猿猿16 天前
【1】JupyterLab安装
python·jupyter
星马梦缘17 天前
强化学习实战-2——Keras-DoubleDQN解决Predator【图像输入】
人工智能·python·jupyter·cnn·keras·强化学习·dqn
jonyleek17 天前
【JVS更新日志】物联网、动态首页插件、在线白板插件4.15更新说明!
物联网·插件·物联网平台·jvs·更新日志·动态首页·白板插件
青苔猿猿17 天前
【3】jupyter单元格Cell操作
python·jupyter·单元格