jupyter notebook目录插件
程序员文章站
2022-03-03 13:16:12
...
升级 【插件】
1. pip install jupyter_contrib_nbextensions
pip --default-timeout=100 install jupyter_contrib_nbextensions -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
2. jupyter contrib nbextension install --user --skip-running-check
3. 启动 Jupyter Notebook,首页选项栏会出现 Nbextensions 的选项
4. 点开 Nbextensions 的选项,并勾选 Table of Contents
推荐阅读
-
notepad++中怎么安装文件目录功能的插件?
-
jQuery zTree插件快速实现目录树
-
windows系统中Python多版本与jupyter notebook使用虚拟环境的过程
-
windows系统下jupyter notebook使用虚拟环境
-
实用Jupyter Notebook扩展工具——提升你的工作效率
-
Jupyter Notebook使用 tqdm显示进度条(单行显示)
-
jupyter notebook中出现ValueError: signal only works in main thread 报错 即 长时间in[*] 解决办法
-
notepad++中怎么安装文件目录功能的插件?
-
anaconda 环境新建/删除/拷贝 jupyter notebook上使用python虚拟环境 TensorFlow
-
非线性函数的最小二乘拟合——兼论Jupyter notebook中使用公式 [原创]