LoginSignup
0
1

More than 3 years have passed since last update.

Jupyter notebook のカスタマイズ

Last updated at Posted at 2020-02-22

Jupyter notebook のカスタマイズ

Jupyter notebook のデフォルトの文字がすごく見づらかったのでカスタマイズしてみた.

インストール

pipを使ってjupyterthemesをインストール

terminal
pip install jupyterthemes
pip install --upgrade jupyterthemes

Optionなどの細かい話はここを参照.

自分のカスタマイズ

色々なfontを試した結果現在は以下の設定.

terminal
jt -t oceans16 -f hack -tf latosans -tfs 105 -nf opensans -nfs 105 -cellw 1200 -T -N
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