jupyter notebook導航
引言
jupyter notebook支援代碼分塊運作和結果可視化,很适合python腳本程式設計,但有時太長的jupyter notebook不便定位,是以有必要使用toc(Table of Contents2)導航工具
安裝
- 安裝ipython-contrib/jupyter_contrib_nbextensions的庫
- 安裝toc2的js和css檔案
- 開啟toc2功能。要想使用jupyter_contrib_nbextensions的擴充功能,必須顯示開啟
jupyter nbextension enable toc2/main
這時就可以看到jupyter notebook工具欄右邊多了一個清單選項,點選它就能顯示導航窗格
參考
ipython-contrib/jupyter_contrib_nbextensions