【发布时间】:2020-09-07 16:57:10
【问题描述】:
我想知道当我们切换到黑暗模式时 google colab 使用什么主题以及如何为 jupyter notebook 安装它。
【问题讨论】:
标签: jupyter-notebook themes google-colaboratory
我想知道当我们切换到黑暗模式时 google colab 使用什么主题以及如何为 jupyter notebook 安装它。
【问题讨论】:
标签: jupyter-notebook themes google-colaboratory
首先,您必须安装 Jupyter 主题:
pip install jupyterthemes
然后,我认为 Colab 使用的主题是“onedork”,所以只需使用:
jt -t onedork
有关 Jupyter 主题的更多信息,您可以查看https://github.com/dunovank/jupyter-themes
【讨论】:
或者您可以在 VS Code 中打开 Jupyter Notebooks(现在集成非常棒)并开箱即用的 Dark Theme(通过使用 VS Code 主题)。
【讨论】: