jupyter自定义主题和背景

2018-10-30  本文已影响0人  longgb246

一、jupyter的主题

https://github.com/dunovank/jupyter-themes

安装


pip install --upgrade jupyterthemes

主题切换


jt -t chesterish -T -N

主题换回来


jt -r

安装了主题之后,jupyter的显示自动变成中文的。

二、jupyter切换背景

jupyter的风格预设路径在 ~/.jupyter 下。

~/.jupyter/custom下有custom.css custom.js fonts,修改custom.css custom.js即可。

如:


body {    
    background: url('images/blurry_03.jpeg') no-repeat left top !important;
    background-size: 100% !important;
}

添加图片背景:


image.png image.png
上一篇 下一篇

猜你喜欢

热点阅读