jupyter themes设置
程序员文章站
2022-05-28 23:30:17
...
jpyter themes
安装和升级
pip install jupyterthemes
pip install --upgrade jupyterthemes
主题设置
- -t:安装的主题名
- -f:代码字体类型
- -fs:代码字体大小
- -tfs:文本/MD字体大小
- -ofs:输出区域字体大小
- -dfs:pandas DF输出字体大小
- -lineh:行高
- -cellw:行宽
- -altmd:Alt标记背景色
- -T:工具栏可见
- -N:名称和徽标可见
jt -t gruvboxd -f droidmono -fs 11 -nfs 9 -dfs 10 -ofs 10 -cellw 88% -T -N -tf droidmono -altout -cursc
jt -t gruvboxd -fs 12 -ofs 11 -T -N -lineh 130 -cellw 1300
jt -t monokai -fs 12 -ofs 11 -T -N -lineh 130 -cellw 1400 # 字体高亮,背景深黑
jt -t solarizedd -fs 12 -ofs 11 -T -N -lineh 130 -cellw 1400 # 字体浅灰,背景浅蓝
jt -t solarizedl -fs 12 -ofs 11 -T -N -lineh 130 -cellw 1400 # 字体浅灰,背景米黄色
jt -t monokai -f fira -fs 12 -tfs 12 -cellw 90% -ofs 11 -dfs 11 -altmd -T
jt -t oceans16 -f fira -fs 12 -tfs 12 -cellw 90% -ofs 11 -dfs 11 -altmd -T -N # 当前使用,2019-10-18