LoginSignup
0
1

More than 1 year has passed since last update.

Jupyter Notebookのテーマを変えるコマンド備忘

Posted at

デフォルトだとフォントサイズが小さかったので大きくしたかった。

jupyterthemes でテーマを変える。

jupyterthemes のインストール

$ pip install jupyterthemes

jupyter notebookを開いて以下を実行

!jt -t grade3 -kl -fs 15 -f inconsolata -ofs 12 -tfs 12 -nfs 10 -mathfs 120 -lineh 200 -cellw 90%

いろいろオプションがある。
細かい微修正をするのに以前流したコマンドがわからず、メモを残すの大事だと気づいたのでいま書いている。

テーマをデフォルトにリセットするには以下を流す

!jt -r

before

スクリーンショット 2023-01-25 3.08.37.png

after

スクリーンショット 2023-01-25 3.08.56.png

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1