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

相关推荐
九品神元师3 小时前
JupyterLab 安装以及部分相关配置
notebook
装疯迷窍_A4 小时前
ARCGIS国土超级工具集1.3更新说明
arcgis·c#·插件·变更调查·尖锐角·狭长
XYX的Blog1 天前
Numpy基础01(Jupyter基本用法/Ndarray创建与基本操作)
jupyter·numpy
skywalk81631 天前
Windows下建立Jupyter-lab 编程环境
ide·windows·python·jupyter
zfj3212 天前
学英语学技术: jmeter插件管理器
jmeter·插件·压测工具
佛曰我不想说话3 天前
在VSCode中使用Jupyter Notebook
ide·vscode·jupyter
小豆豆儿3 天前
【PyCharm】连接Jupyter Notebook
ide·jupyter·pycharm
小红帽子Alkaid4 天前
使用jupyter notebook没有正常打开浏览器的几种情况解决
ide·python·jupyter
预测模型的开发与应用研究4 天前
AI编程工具横向评测--Cloudstudio塑造完全态的jupyter notebook助力数据分析应用开发
人工智能·jupyter·数据分析
qq_189370495 天前
Jupyter notebook中运行dos指令运行方法
jupyter·dos