欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

jupyter Notebook主题更换-(简)

程序员文章站 2022-05-29 09:22:53
...

主题更改工具

安装:

pip install --upgrade jupyterthemes

使用:

# 查看可用主题:
jt -l
# 白色主题(推荐)
jt --lineh 140 -f consolamono -tf ptmono -t grade3 -ofs 14 -nfs 14 -tfs 14 -fs 14 -T -N

# 黑色主题
jt -t monokai -f fira -fs 13 -cellw 90% -ofs 11 -dfs 11 -T