[备忘] Jupyter Notebook 安装和主题选择


安装

pip install jupyter
pip install jupyterthemes
pip install --upgrade jupyterthemes #更新到最新版本的jupyterthemes

选择主题

#查看可用的jupytertheme主题
jt -l
#设置主题为chesterish,字体为roboto,字体大小为12 
jt -t chesterish -f roboto -fs 12

启动

jupyter notebook

恢复主题

jt -r