好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

Jupyter Notebook 设置背景主题、字体大小

参考:https://blog.csdn.net/wh8514/article/details/81532286

主题gitHub地址教程

如果想去看官方的资料,请点击https://github.com/dunovank/jupyter-themes

1,安装jupyter主题:

pip install jupyterthemes

2,更新Jypyter主题:

pip install --upgrade jupyterthemes

3,列出主题:

jt -l

4,切换主题:

按照步骤3的结果展示,去挑选自己喜欢的主题,主题样式查看,可点击这里 jt -t 主题的名字

主题参数配置

ps:可自己翻译一下,辛苦~~

查看更多关于Jupyter Notebook 设置背景主题、字体大小的详细内容...

  阅读:39次