jupyter notebook 修改主题、字体、字号等及Autopep8、联想

修改jupyter notebook 主题、字号、字体等修改
安装此工具:

pip install --upgrade jupyterthemes

查看可用主题:

jt -l

jupyter notebook 修改主题、字体、字号等及Autopep8、联想_第1张图片
我的设置:

jt --lineh 140 -t oceans16 -f fira -fs 13 -cellw 90% -ofs 11 -dfs 11 -T

效果:
jupyter notebook 修改主题、字体、字号等及Autopep8、联想_第2张图片
jupyter notebook 修改主题、字体、字号等及Autopep8、联想_第3张图片
安装NBextensions插件:

pip install jupyter_contrib_nbextensions && jupyter contrib nbextension install
pip install jupyter_contrib_nbextensions && jupyter contrib nbextension install --user

然后打开jupyter notebook就可以看到这个了
jupyter notebook 修改主题、字体、字号等及Autopep8、联想_第4张图片
选择 Hinterland 就可以添加联想功能
jupyter notebook 修改主题、字体、字号等及Autopep8、联想_第5张图片

更多可以参考:https://www.zhihu.com/question/266988943

你可能感兴趣的:(编程基础,tf2.0之动手学深度学习)