Jupyter Notebook设置主题
1 打开cmd窗口命令行:
pip install jupyterthemes
查看所有可用的主题:
usename$ jt -l
Available Themes:
chesterish
grade3
monokai
oceans16
onedork
solarizedd
solarizedl
选择要用的主题
username$ jt -t 主题名称
恢复默认:
username$ jt -r
Jupyter Notebook好看主题的设置
- 深绿色主题
jt -t oceans16 -f fira -fs 13 -cellw 90% -ofs 11 -dfs 11 -T
- 深蓝色主题
jt -t monokai -f fira -fs 13 -cellw 90% -ofs 11 -dfs 11 -T -N
- 白色主题
jt -t grade3 -f fira -fs 13 -cellw 90% -ofs 11 -dfs 11 -T -N
- 恢复默认
jt -r
参考:
https://baijiahao.baidu.com/s?id=1622108825317402337&wfr=spider&for=pc
因上求缘,果上努力~~~~ 作者:图神经网络,转载请注明原文链接:https://www.cnblogs.com/BlairGrowing/p/15473368.html