本文主要是介绍jupyter notebook添加目录,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
jupyter notebook添加目录
- step1
- step2
- step3
- step4
- step5
目录非自带 需手动安装。
step1
打开anaconda prompt
step2
输入pip install jupyter_contrib_nbextensions
step3
输入jupyter contrib nbextension install --user
step4
回到jupyter notebook界面会看到多了一个nbextensions选项卡
单击该选项卡,勾选table of contents(2),
step5
点击右上方按钮。
这篇关于jupyter notebook添加目录的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!