pip install jupyter_contrib_nbextensions && jupyter contrib nbextension install
#顯示所有行號
#新增工具列按鈕和熱鍵來切換所有儲存格的行號:
提示:也可以透過 L 快速鍵直接操作#。
這個外掛可以讓我們按標題進行相關部分內容的摺疊:
隱藏所選程式碼單元格的輸入:
#########from IPython.core.interactiveshell import InteractiveShell InteractiveShell.ast_node_interactivity = "all"
以上是牆裂推薦!幾個Jupyter Notebook 超實用插件(二)的詳細內容。更多資訊請關注PHP中文網其他相關文章!