1. 程式人生 > >Jupyter Notebook 主題切換

Jupyter Notebook 主題切換

在這裡記錄一下更改 jupyter notebook theme 的步驟

使用 pip 命令安裝 jupyterthemes:

pip install jupyterthemes

pip install --upgrade jupyterthemes

這樣就把主題下下來了,這個主題是開源專案,from https://github.com/dunovank/jupyter-themes

點選連結可以獲取全部操作,我在這裡寫幾個簡單的命令

jt -l                     L命令可以list當前已經安裝的主題

jt -t solarizedd   -t命令是應用這個主題

下面貼我的效果圖:

↑chesterish↑
↑gruvboxd↑
↑monokai↑
↑oceans16↑
↑onedork↑
↑solarizedd↑
↑grade3↑