notebook 主题设置

主题

  • 安装jupyter主题
1
pip install --upgrade jupyterthemes
  • 操作

    • 查看主题列表
    1
    jt -l
    • 更换主题
    1
    jt -t 主题名称
    • 恢复默认
    1
    jt -r

字体

  • 字体css位置
1
\Anaconda\Lib\site-packages\notebook\static\components\codemirror\lib\codemirror.css
  • 字体样式

    在.css 文件的前几行,可直接修改

  • 字体大小

    247行,**px

  • 行间距(如果不合适,会非常难受)

    字体大小的下面

    line-height:**px