【问题标题】:How to bring the colab dark theme to Jupyter Notebook如何将 colab 深色主题带到 Jupyter Notebook
【发布时间】:2020-09-07 16:57:10
【问题描述】:

我想知道当我们切换到黑暗模式时 google colab 使用什么主题以及如何为 jupyter notebook 安装它。

【问题讨论】:

    标签: jupyter-notebook themes google-colaboratory


    【解决方案1】:

    首先,您必须安装 Jupyter 主题:

    pip install jupyterthemes
    

    然后,我认为 Colab 使用的主题是“onedork”,所以只需使用:

    jt -t onedork
    

    有关 Jupyter 主题的更多信息,您可以查看https://github.com/dunovank/jupyter-themes

    【讨论】:

      【解决方案2】:

      或者您可以在 VS Code 中打开 Jupyter Notebooks(现在集成非常棒)并开箱即用的 Dark Theme(通过使用 VS Code 主题)。

      【讨论】:

        猜你喜欢
        • 2022-01-26
        • 2018-09-28
        • 2020-04-02
        • 1970-01-01
        • 1970-01-01
        • 2019-11-22
        • 2020-03-20
        • 2022-01-25
        • 2019-06-07
        相关资源
        最近更新 更多