美文网首页
jupyter换主题

jupyter换主题

作者: dingtom | 来源:发表于2020-08-13 19:18 被阅读0次

pip install jupyterthemes
查看可用的 Jupyter 主题
jt -l
更换 Jupyter 主题
jt -t onedork -f fira -fs 13 -cellw 90% -ofs 11 -dfs 11 -T -T -m 10
-t 主题 -f(字体) -fs(字体大小) -cellw(占屏比或宽度) -ofs(输出段的字号) -T(显示工具栏) -T(显示自己主机名)

恢复 Jupyter 默认风格
jt -r

画图时

from jupyterthemes import jtplot
jtplot.style() 

相关文章

网友评论

      本文标题:jupyter换主题

      本文链接:https://www.haomeiwen.com/subject/esuidktx.html