1. 安裝 jupyter_contrib_nbextensionspython
pip install jupyter_contrib_nbextensions
2. 配置 nbextension
jupyter contrib nbextension install --user
3. 啓動jupyter notebook
選擇 Nbextensions
勾選 Table of Contents
常見問題:
遠程訪問 jupyter notebok, 服務啓動失敗
解決方法:
無需更改新的設置,更改原服務器端口號便可
官方文檔請參考:https://github.com/ipython-contrib/jupyter_contrib_nbextensions