jupyter notebook 主题修改

利用 jupyterthemes 修改主题,链接: https://github.com/dunovank/jupyter-themes

pip install jupyterthemes
# 切换chesterish主题
jt -t chesterish

但是在Windows下字体显示仍然有问题,通过修改默认字体样式,变成 inconsolata 等宽体。

jt -f inconsolata -t chesterish

最后显示效果良好

jupyter notebook 主题修改_第1张图片


我是空谷,独立产品经理、全栈设计师、全栈工程师。
技术栈为 React/Dva/Umi/Node/Egg/Electron
欢迎扫码加我微信交流,备注来源:CSDN
kongguxs001

你可能感兴趣的:(jupyter notebook 主题修改)