在这里记录一下更改 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命令是应用这个主题

下面贴我的效果图:

Jupyter Notebook 主题切换
↑chesterish↑
Jupyter Notebook 主题切换
↑gruvboxd↑
Jupyter Notebook 主题切换
↑monokai↑
Jupyter Notebook 主题切换
↑oceans16↑
Jupyter Notebook 主题切换
↑onedork↑
Jupyter Notebook 主题切换
↑solarizedd↑
Jupyter Notebook 主题切换
↑grade3↑

 

相关文章: