jupyter notebook主题更改

1、安装Jupyter主题

在命令行中键入 pip install jupyterthemes

(或执行 pip install jupyterthemes -i https://pypi.douban.com/simple ,可以加速下载)

2、更新主题

执行pip install --upgrade jupyterthemes -i https://pypi.douban.com/simple

3、查看主题

jt -l

4、设定主题

jt -t chesterish

chesterish可以改为自己喜欢的主题

5、启动jupyter

进入代码路径执行

jupyter notebook

6、chesterish主题效果:

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

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