标签:更改 nbsp 输出 info The 通过命令 image 工具 字体
通过命令行窗口或 Anaconda Prompt 窗口
1、安装 Jupyter 主题
pip install jupyterthemes
2、更新 Jupyter 主题 (可选)
pip install --upgrade jupyterthemes
3、查看可用的 Jupyter 主题
jt -l
4、更换 Jupyter 主题
jt -t onedork -f fira -fs 13 -cellw 90% -ofs 11 -dfs 11 -T -T
-t 主题 -f(字体) -fs(字体大小) -cellw(占屏比或宽度) -ofs(输出段的字号) -T(显示工具栏) -T(显示自己主机名)
更改主题后 Jupyter Notebook 是下面的效果:
-- 恢复 Jupyter 默认风格
jt -r
标签:更改 nbsp 输出 info The 通过命令 image 工具 字体
原文地址:https://www.cnblogs.com/shanger/p/12006161.html