Jupyter notebookのテーマを変える

いつものJuputer notebookに見飽きたり、作業に集中したいときに。

 

macのターミナルを開いて、

$  pip install jupyterthemes

と打って、jupyterthemesをインストールする。

 

インストールが完了したら、好きなテーマの設定をターミナルに打ち込めば完了。

ダーク系

$  jt -t onedork -fs 95 -altp -tfs 11 -nfs 115 -cellw 88% -T

私はきれいめダークの"chesterish"というテーマにしました。

$  jt -t chesterish

 

なお、その他の設定はgithubに公開されています。

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

 

もとに戻したい時は、

$  jt -r

と打てば元どおり。