其他分享
首页 > 其他分享> > Jupyter Notebook设置主题

Jupyter Notebook设置主题

作者:互联网

1 打开cmd窗口命令行:

pip install jupyterthemes

查看所有可用的主题:

usename$ jt -l

Available Themes:
   chesterish
   grade3
   monokai
   oceans16
   onedork
   solarizedd
   solarizedl

选择要用的主题

username$ jt -t 主题名称

恢复默认:

username$ jt -r

Jupyter Notebook好看主题的设置

 jt -t oceans16 -f fira -fs 13 -cellw 90% -ofs 11 -dfs 11 -T
jt -t monokai -f fira -fs 13 -cellw 90% -ofs 11 -dfs 11 -T -N
jt -t grade3 -f fira -fs 13 -cellw 90% -ofs 11 -dfs 11 -T -N
jt -r

 

 

参考:

https://baijiahao.baidu.com/s?id=1622108825317402337&wfr=spider&for=pc

 

 

标签:11,fs,Jupyter,jt,主题,fira,dfs,Notebook,设置
来源: https://www.cnblogs.com/BlairGrowing/p/15473368.html