怎么修改jupyter中的字体[jupyter使用教程]
修改jupyter中字体的方法:先使用pip install --upgrade jupyterthemes命令安装主题,然后在主题设置命令jt中使用-f参数即可设置字体样式。
具体设置方法:
安装主题:
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
效果为:
推荐学习:《python教程》
以上是 怎么修改jupyter中的字体[jupyter使用教程] 的全部内容, 来源链接: utcz.com/z/526530.html