jupyter notebook 修改主题、字体、字号的设置
前提:安装了jupyter notebook
打开电脑cmd,输入如下控制行命令:
pip install --upgrade jupyterthemes
输入:jt -l 查看可用主题,
输入:jt -r 恢复默认主题
然后输入如下命令设置主题:
jt -t chesterish -fs 14 -cellw 85% -ofs 13 -dfs 11 -T
打开jupyter notebook 查看:
修改成功!!!
END