Jupyter notebook 更换主题

柴衡
2023-12-01

Jupyter想要更换成深色主题怎么办?

1.安装Jupyter主题

在cmd中输入 pip install jupyterthemes

2.查看都有哪些主题

在cmd中输入 jt -l

3.更换所需要的主题

jt -t onedork -f fira -fs 13 -cellw 90% -ofs 11 -dfs 11 -T -T

-t 主题

-f 字体 

-fs 字体大小 

-cellw 宽度 

-ofs 输出段的字号 

-T 显示工具栏 

-T 显示自己主机名

 类似资料: