美文网首页
jupyter 更换主题

jupyter 更换主题

作者: hopless | 来源:发表于2018-08-27 21:31 被阅读32次
    pip install --upgrade jupyterthemes   #安装jupyter themes
    
    jt -l    # 列出可以选择的themes
    
    
    Available Themes:
       chesterish
       grade3
       gruvboxd
       gruvboxl
       monokai
       oceans16
       onedork
       solarizedd
       solarizedl
       
    jt -t chesterish    # 选择 chesterish
    
    #开始使用jupyter notebook
    jupyter notebook
    

    参考 https://github.com/dunovank/jupyter-themes

    相关文章

      网友评论

          本文标题:jupyter 更换主题

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