安装和更新主题
# 安装jupyter主题
pip install jupyterthemes
# 加载可用主题列表
jt -l
可用主题列表
Available Themes:
chesterish
grade3
gruvboxd
gruvboxl
monokai
oceans16
onedork
solarizedd
solarizedl
# 选择你想要的主题
jt -t <name of the theme> # 如 jt -t chesterish
# 回到原来的主题
jt -r
注意每次换主题的时候都要重新加载Jupyter才能看到主题变化