Add table of content in Jupyter
Installation
conda install -p ~/.jupyter/ -c conda-forge jupyter_nbextensions
conda install -p ~/.jupyter/ -c conda-forge jupyter_contrib_nbextensions
jupyter contrib nbextension install --sys-prefix
jupyter nbextension install https://rawgit.com/jfbercher/small_nbextensions/master/toc2.zip --user
Enable
jupyter nbextension
#Please supply at least one subcommand: disable, enable, install, list, uninstall
jupyter nbextension enable toc
#Enabling notebook extension toc...
# - Validating: OK
本文标题:Add table of content in Jupyter
本文链接:https://www.haomeiwen.com/subject/bdnftqtx.html
网友评论