当前位置 博文首页 > 小白的成长记录:jupyter Notebook主题更换-(简)

    小白的成长记录:jupyter Notebook主题更换-(简)

    作者:[db:作者] 时间:2021-07-06 12:28

    主题更改工具

    安装:

    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
    
    cs