jupyter的相關配置

2021-10-07 01:15:57 字數 610 閱讀 9136

# 安裝主題

pip install jupyterthemes

# 更新主題

pip install --gurade jupyterthemes

# 檢視可用主題列表

jt -l

# 更換主題(-t 主題名稱, -f 字型大小, -cellw 占屏比或寬度, -ofs 輸出段的字型大小, -t顯示工具欄, -t顯示自己主機名)

jt -t onedork -f fira -fs 13 -cellw 90% -ofs 11 -t -t

# 恢復初始化風格

jt -r

# 安裝(安裝後重啟)

pip install jupyter_contrib_nbextension

# 外掛程式介紹

1. hinterland(自動補全**)

2. table of contents(將markdown轉為目錄)

3. executetime(自動計算單元格執行時間)

4. variable inspector(**中的變數顯示)

5. highlight selected word(選中高亮)

jupyter 使用簡要說明和相關配置

jupyter notebook 使用簡要說明 有兩種鍵盤輸入模式。編輯模式,允許你往單元中鍵入 或文字 這時的單元框線是綠色的。命令模式,鍵盤輸入執行程式命令 這時的單元框線是灰色。shift enter 執行本單元,選中下個單元 ctrl enter 執行本單元 alt enter 執行本單元,...

jupyter相關知識備份

e anaconda3 scripts e anaconda3 e anaconda3 library bin e anaconda3 library mingw w64 bin 方法二 開始欄找到upyter notebook 快捷方式 右鍵 更多 檢視檔案位置 找到jupyter檔案的位置 右鍵...

Jupyter安裝和配置

使用環境 ubuntu18 python3.6 python3 m pip install upgrade pip python3 m pip install jupyter user 完成後,jupyter安裝在 local bin目錄下。執行jupyter 如果提示找不到jupyter,需要重啟...