今日学习过程中突发奇想,jupyter是否能更换界面的颜色呢?于是百度了一下,发现真的可以更换。具体更换方法如下。
1.首先要安装jupyterthemes,打开终端,输入pip install jupyterthemes
1image-20210508132114063.png
当出现‘Successfully installed jupyterthemes-0.20.0 lesscpy-0.14.0’代表安装完成。
2image-20210508132203579.png
2.输入jt -l 命令可以查看所有的主题
3image-20210508132546075.png
3.输入 jt -t <主题名称> 就可以切换到该主题
4image-20210508132804696.png
4.重新打开jupyter之后就看到更换后的主题样式。