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