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

相关推荐
Hcoco_me13 小时前
YOLOv5(三):Jupyter
ide·yolo·jupyter
狼性书生3 天前
uniapp实现的Tab 选项卡组件模板
前端·uni-app·vue·组件·插件
x_lrong3 天前
Linux虚拟机配置jupyter环境并在宿主机访问
linux·运维·笔记·jupyter·虚拟机
24kHT3 天前
conda以及Jupyter notebook的使用
windows·jupyter·conda
一个数据大开发4 天前
【零基础一站式指南】Conda 学习环境准备与 Jupyter/PyCharm 完全配置
学习·jupyter·conda
nvd115 天前
asyncio.run() vs asyncio.gather():启动器与聚合器, 为何Jupyter notebook里能直接使用await?
开发语言·python·jupyter
EEG小佬5 天前
Jupyter选择内核时如何找到虚拟环境
ide·python·jupyter
LSL666_6 天前
卸载——通用方法
目录·卸载·软件
家有狸花7 天前
Pycharm 中jupyter notebook变量窗口只显示特殊变量
ide·jupyter·pycharm
Sheldon一蓑烟雨任平生8 天前
Vue3 插件(可选独立模块复用)
vue.js·vue3·插件·vue3 插件·可选独立模块·插件使用方式·插件中的依赖注入