美文网首页
Jupyter修改主题

Jupyter修改主题

作者: 一只特立独行的猪1991 | 来源:发表于2019-06-12 10:40 被阅读0次

1.安装jupyterthemes

pip install --upgrade jupyterthemes

2.查看可用主题

jt -l

3.设置主题

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

4.恢复原始主题

jt -r
说明:主题效果如下图 jupyter.png

相关文章

网友评论

      本文标题:Jupyter修改主题

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