Jupyter Notebook添加目录


两行命令:

conda install --yes -c conda-forget jupyter_conrib_nbextensions
jupyter nbextension enable toc2/main

当然,第一行命令也可以用pip install jupyter_contrib_nbextensions,此时需要jupyter notebook启动一下,如下图:
为Jupyter Notebook 添加目录
点击Nbextensions页面,勾选Table of Contents(2)也可以,看各位的习惯了。不过Nbextensions页面,如果是Table of Contents,此时命令行给需要更改将toc(2)/maintoc/main,即为:

conda install --yes -c conda-forget jupyter_conrib_nbextensions
jupyter nbextension enable toc/main

Ref:
1、知乎上一关于JupyterNotebook添加目录说明

相关文章:

  • 2021-07-18
  • 2022-12-23
  • 2022-12-23
  • 2021-10-01
  • 2021-07-04
  • 2022-12-23
  • 2021-07-13
  • 2021-06-19
猜你喜欢
  • 2022-02-03
  • 2021-11-10
  • 2021-09-18
  • 2022-01-02
相关资源
相似解决方案