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默认打开C盘的问题
ide·python·jupyter
anniewwy1 天前
在Windows本地用网页查看编辑服务器上的 jupyter notebook
服务器·windows·jupyter
丶Darling.2 天前
linux高性能服务器编程读书笔记目录&&建议
linux·服务器·网络编程·目录·系统编程·c/c++·博客总结
slomay3 天前
vscode远程服务器运行Jupyter文件时一直无法运行
ide·经验分享·vscode·jupyter
Alan_Wdd4 天前
解决谷歌人机验证 (reCAPTCHA) 无法加载问题
前端·chrome·浏览器·插件·人机验证·recaptcha
vvw&4 天前
如何在 Ubuntu 22.04 上安装 JupyterLab 环境教程
linux·运维·服务器·ubuntu·jupyter·开源·python3.11
小马哥编程5 天前
Jupyter Notebook的安装与使用
ide·python·jupyter
Desmend__5 天前
docker容器内部启动jupyter notebook但是宿主机无法访问的解决方法
docker·jupyter·容器
Python大数据分析@6 天前
Jupyter Notebook 适合做机器学习开发吗?
ide·机器学习·jupyter
小锋学长生活大爆炸7 天前
【教程】让Jupyter支持打开CSV和Excel(xlsx)文件
linux·python·jupyter