美文网首页
jupyter notebook主题更改

jupyter notebook主题更改

作者: 科技多 | 来源:发表于2020-06-01 10:59 被阅读0次

1、安装Jupyter主题

在命令行中键入 pip install jupyterthemes

(或执行 pip install jupyterthemes -i https://pypi.douban.com/simple ,可以加速下载)

2、更新主题

执行pip install --upgrade jupyterthemes -i https://pypi.douban.com/simple

3、查看主题

jt -l

4、设定主题

jt -t chesterish

chesterish可以改为自己喜欢的主题

5、启动jupyter

进入代码路径执行

jupyter notebook

6、chesterish主题效果:

相关文章

网友评论

      本文标题:jupyter notebook主题更改

      本文链接:https://www.haomeiwen.com/subject/yqyjzhtx.html