欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

更换jupyter notebook主题

程序员文章站 2022-05-01 18:57:37
...

废话不多说,直入主题:

目录

(1)安装jupyterthemes

(2)查看已有主题

(3)切换主题

(4)启动jupyter查看效果

(5)重置主题

(6)各主题效果图


(1)安装jupyterthemes

pip install --upgrade jupyterthemes

更换jupyter notebook主题

(2)查看已有主题

jt -l

更换jupyter notebook主题

(3)切换主题

jt -t 主题名称

更换jupyter notebook主题

(4)启动jupyter查看效果

更换jupyter notebook主题

更换jupyter notebook主题

(5)重置主题

jt -r

(6)各主题效果图

chesterish

更换jupyter notebook主题

grade3

更换jupyter notebook主题

monokai

更换jupyter notebook主题

 

oceans16

更换jupyter notebook主题

onedork

更换jupyter notebook主题

solarizedd

更换jupyter notebook主题

solarizedl

更换jupyter notebook主题

 

 

 

相关标签: python 安装配置