【问题标题】:How to change the color scheme in Jupyter?如何更改 Jupyter 中的配色方案?
【发布时间】:2021-01-28 19:46:28
【问题描述】:

我想将笔记本更改为暗模式,以便保留所有扩展名。另外,我需要细胞的位置继续居中。 我尝试了其他answers 这样的解决方案

jt -t chesterish

这个删除了所有的扩展。

【问题讨论】:

    标签: jupyter-notebook jupyter


    【解决方案1】:
    1. cd ~/.jupyter

      转到主目录中的 .jupyter(例如,C:\User\metchaikovsky/Users/me_tchaikovsky

    2. mkdir custom

      .jupyter 内部,创建一个名为customdir(如果没有这样的目录)

    3. vi custom.css

      创建一个名为 custom.css 的 CSS 文件,将 this file 粘贴到 custom.css 中(Pastebin 可能会警告您潜在的攻击性内容,别担心,这只是一个无辜的 CSS 文件),然后保存它。

    4. 打开一个新的 jupyter notebook 开始享受吧!

    【讨论】:

      猜你喜欢
      • 2015-08-24
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-12-05
      • 2017-10-30
      • 2015-02-27
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多