Jupyter 修改主题、字体、宽度、字号

本文最后更新于:2022年4月24日 下午

安装jupyter-themes参见博客:jupyter notebook使用帮助
Jupyter Notebook 添加目录索引、更换主题、解决工具栏隐藏问题
主要的几个主题:
[oceans16 ↓]

[grade3 ↓]

[onedork ↓]

[chesterish ↓]

白天用设置:jt -t grade3 -f roboto -fs 12 -ofs 12 -cellw 1200
表示grade3主题,roboto字体,代码字体大小12,Cell输出字体大小12,Cell宽度1200
晚上用设置:jt -t oceans16 -f roboto -fs 12 -ofs 12 -cellw 1200 -N -T
目前设置为:jt -t monokai -f roboto -nf robotosans -tf robotosans -N -T -cellw 1800 -dfs 10 -ofs 10

更多设置:

1
2
3
4
5
6
7
C:\Users\Administrator>jt -t
usage: jt [-h] [-l] [-t THEME] [-f MONOFONT] [-fs MONOSIZE] [-nf NBFONT]
[-nfs NBFONTSIZE] [-tf TCFONT] [-tfs TCFONTSIZE] [-dfs DFFONTSIZE]
[-ofs OUTFONTSIZE] [-mathfs MATHFONTSIZE] [-m MARGINS]
[-cursw CURSORWIDTH] [-cursc CURSORCOLOR] [-cellw CELLWIDTH]
[-lineh LINEHEIGHT] [-altp] [-altmd] [-altout] [-P] [-T] [-N] [-vim]
[-r] [-dfonts]