安装:

pip install --upgrade jupyterthemes

注意环境变量的问题:
jupyter notebook主题配置
要将

C:\Users\dell\AppData\Roaming\Python\Python36\Scripts; 加入到环境变量中

参考:https://jingyan.baidu.com/article/b24f6c82cba6dc86bfe5da9f.html

主题设置

查看主题名字:

jt -l 

主题设置:

jt -t oceans16 -f fira -fs 13 -cellw 90% -ofs 11 -dfs 11 -T -N

效果浏览:
jupyter notebook主题配置

相关文章: