美文网首页Omics Academy
Add table of content in Jupyter

Add table of content in Jupyter

作者: OmicsAcademy | 来源:发表于2018-10-25 02:51 被阅读0次

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