下载 jupyterthemes 并配置主题(在 CMD 中)
代码语言:javascript复制# install jupyterthemes
pip install jupyterthemes
# upgrade to latest version
pip install --upgrade jupyterthemes
# 我喜欢的效果
jt -t onedork -f roboto -fs 12 -of roboto -ofs 12 -tf inputmono -tfs 12 -cellw 70% -T -N
# launch jupyter notebook
python -m notebook
主题效果:
Reference
git_dunovank/jupyter-themes
Customize your Jupyter Notebook Theme in 2 lines of code