jupyter Notebook主题更换-(简)
程序员文章站
2022-05-29 09:22:53
...
安装:
pip install --upgrade jupyterthemes
使用:
# 查看可用主题:
jt -l
# 白色主题(推荐)
jt --lineh 140 -f consolamono -tf ptmono -t grade3 -ofs 14 -nfs 14 -tfs 14 -fs 14 -T -N
# 黑色主题
jt -t monokai -f fira -fs 13 -cellw 90% -ofs 11 -dfs 11 -T
推荐阅读
-
【Python】Jupyter Notebook 设置黑色背景主题、字体大小、代码自动补全
-
python jupyter notebook配置更改默认工作目录、更换皮肤主题、代码字体大小
-
jupyter notebook更换皮肤主题的实现
-
三步教你更换jupyter主题和页面宽度,让你的jupyter赏心悦目!
-
jupyter notebook 主题更换
-
jupyter Notebook主题更换-(简)
-
jupyter notebook如何更换主题
-
jupyter notebook更换背景颜色
-
更换jupyter notebook的主题
-
更换Jupyter Notebook 内核Python版本,解决 环境中安装的库 ,notebook 找不到问题