Jupyter Notebook的jupyterthemes个人配置
jt -t grade3 -fs 95 -altp -fs 14 -tfs 14 -nfs 14 -dfs 10 -cellw 88% -T 亮色

jt -t onedork -fs 95 -altp -fs 14 -tfs 14 -nfs 14 -dfs 10 -cellw 88% -T 暗色
jupyterthemes的git地址https://github.com/dunovank/jupyter-themes
自动补全插件安装
安装nbextensions :pip install jupyter_contrib_nbextensions
安装 javascript and css files :jupyter contrib nbextension install --user
安装configurator:pip install jupyter_nbextensions_configurator
重启jupyter
最常用功能说明,建议勾选上:
Hinterland 代码自动补全
Hide Header 隐藏标题
Notify 通知机制,跑一些耗时较久的任务,完成后通知
Codefolding 折叠代码
Zen mode 隐藏活动状态栏,方便注意代码
Execute time 显示运行的时间