為Jupyter Notebook 新增目錄
Jupyter Notebook新增目錄
兩行命令:
conda install --yes -c conda-forget jupyter_conrib_nbextensions
jupyter nbextension enable toc2/main
當然,第一行命令也可以用pip install jupyter_contrib_nbextensions
,此時需要jupyter notebook
啟動一下,如下圖:
點選Nbextensions
頁面,勾選Table of Contents(2)
也可以,看各位的習慣了。不過Nbextensions
頁面,如果是Table of Contents
,此時命令列給需要更改將toc(2)/main
為toc/main
,即為:
conda install --yes -c conda-forget jupyter_conrib_nbextensions
jupyter nbextension enable toc/main
Ref:
1、知乎上一關於JupyterNotebook新增目錄說明
相關文章
- Jupyter Notebook新增Ruby支援
- Jupyter notebook 新增虛擬環境
- Jupyter Notebook
- 將onda虛擬環境新增到Jupyter Notebook
- 【Jupyter Notebook】jupyter notebook呼叫另一個.ipynb檔案
- 將Python虛擬環境新增到Jupyter Notebook中Python
- Jupyter Notebook的使用
- Jupyter Notebook入門指南
- jupyter notebook各種操作
- Jupyter Notebook的安裝
- pycharm中執行jupyter notebookPyCharm
- Jupyter Notebook 使用與安裝
- Anaconda下安裝Jupyter notebook
- jupyter notebook 刪除指定 kernel
- 搭建jupyter notebook伺服器伺服器
- jupyter notebook 遠端訪問
- Jupyter notebook快速入門教程
- 怎麼更改jupyter的工作目錄
- htaccess為目錄後面新增斜槓
- jupyter notebook外掛環境配置
- Jupyter notebook 中用 pip 安裝 tensorflow
- Jupyter Notebook修改登陸密碼密碼
- Jupyter可能並非理想的Notebook
- Jupyter Notebook 下安裝 PHP 核心PHP
- 在Jupyter Notebook,沉浸式體驗ChatGPTChatGPT
- jupyter notebook如何選擇conda環境
- Jupyter Notebook配置,一篇就夠
- 用批處理在指定目錄啟動Notebook
- Jupyter Notebook 中同時使用 Python 和 RPython
- Jupyter Notebook介紹、安裝及使用教程
- Jupyter Notebook怎麼更改預設路徑
- Jupyter Notebook的Kotlin核心(0.8版本)Kotlin
- Python視覺化圖系列(1)-----jupyter notebookPython視覺化
- 認識jupyter notebook 和 Matplotlib的基本用法
- 如何修改Jupyter Notebook工作路徑(Anaconda中)
- [譯] 給初學者的 Jupyter Notebook 教程
- Jupyter Notebook介面也可以如此炫酷?有人把Notebook玩出了新花樣
- Jupyter預設目錄和預設瀏覽器修改瀏覽器