Jupyter Notebook 更改主题

2022-02-18 09:15:34 浏览数 (1)

下载 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

0 人点赞