天天看點

jupyter notebook導航jupyter notebook導航

jupyter notebook導航

引言

jupyter notebook支援代碼分塊運作和結果可視化,很适合python腳本程式設計,但有時太長的jupyter notebook不便定位,是以有必要使用toc(Table of Contents2)導航工具

安裝

  1. 安裝ipython-contrib/jupyter_contrib_nbextensions的庫
  1. 安裝toc2的js和css檔案
  1. 開啟toc2功能。要想使用jupyter_contrib_nbextensions的擴充功能,必須顯示開啟
jupyter nbextension enable toc2/main
           

這時就可以看到jupyter notebook工具欄右邊多了一個清單選項,點選它就能顯示導航窗格

jupyter notebook導航jupyter notebook導航

參考

ipython-contrib/jupyter_contrib_nbextensions

繼續閱讀