jupyter notebook 修改主题、字体、字号等

安装主题:

pip install --upgrade jupyterthemes

查看可用主题:

jt -l

主要设置参数是-t 设置主题 -f 代码字体 -fs 代码字号 -cellw(占屏比或宽度) -ofs(输出段的字号) -T(显示工具栏)等等
我的设置为:

jt -t oceans16 -f fira -fs 12 -cellw 90% -ofs 10 -dfs 11 -T

效果为:
jupyter notebook 修改主题、字体、字号等_第1张图片
jt常用的各种命令

cl options arg default
Usage help -h –
List Themes -l
Theme Name to Install -t
Code Font -f
Code Font-Size -fs 11
Notebook Font -nf
Notebook Font Size -nfs 13
Text/MD Cell Font -tf
Text/MD Cell Fontsize -tfs 13
Pandas DF Fontsize -dfs 9
Output Area Fontsize -ofs 8.5
Mathjax Fontsize (%) -mathfs 100
Intro Page Margins -m auto
Cell Width -cellw 980
Line Height -lineh 170
Cursor Width -cursw 2
Cursor Color -cursc
Alt Prompt Layout -altp
Alt Markdown BG Color -altmd
Alt Output BG Color -altout
Style Vim NBExt* -vim
Toolbar Visible -T
Name & Logo Visible -N
Reset Default Theme -r
Force Default Fonts -dfonts

你可能感兴趣的:(应用工具)