0
点赞
收藏
分享

微信扫一扫

C#技术生态全景

纽二 2024-06-04 阅读 6

安装和更新主题

# 安装jupyter主题
pip install jupyterthemes
# 加载可用主题列表
jt -l

可用主题列表

Available Themes:
   chesterish
   grade3
   gruvboxd
   gruvboxl
   monokai
   oceans16
   onedork
   solarizedd
   solarizedl

# 选择你想要的主题
jt -t <name of the theme>   # 如 jt -t chesterish
# 回到原来的主题
jt -r

注意每次换主题的时候都要重新加载Jupyter才能看到主题变化

举报

相关推荐

0 条评论