Jupyter 使用相关

一、安装主题

安装

1
pip install --upgrade jupyterthemes

查看可用主题

1
jt -l

设置推荐

1
2
jt -t chesterish -fs 14 -cellw 85% -ofs 13 -dfs 11 -T
jt -t oceans16 -f fira -fs 13 -cellw 90% -ofs 11 -dfs 11 -T -N

二、自动补全等功能