IT管理のマメ知識

ITについて個人の感想をアウトプットしているブログ

JupitorNoteBookの見た目を変える(jupyter-themes)

Windows環境にインストールされたAnnacondaのJupitorNoteBookのテーマを変更するための手順

GitHub(dunovank / jupyter-themes)

github.com

Anaconda Promptからjupyterthemesをインストールします。

  • 以下のコマンドでインストールします。
[Anaconda Prompt]
(test1) C:\Users\user01>pip install jupyterthemes
  • リストを表示
[Anaconda Prompt]

(test1) C:\Users\user01>jt -l
Available Themes:
   chesterish
   grade3
   gruvboxd
   gruvboxl
   monokai
   oceans16
   onedork
   solarizedd
   solarizedl
  • テーマを適用してJupitorを起動。個人の感想ですが「oceans16」がブラック系テーマでテキストのハイライトが良さそう。
[Anaconda Prompt]

jt -t oceans16
jupyter notebook
  • デフォルトテーマに戻す
[Anaconda Prompt]

jt -r
jupyter notebook