LoginSignup
145
123

More than 5 years have passed since last update.

お前らのJupyterはダサい

Posted at

はじめに

ネタタイトルすみません笑 軽い記事です。

デフォルトのJupyter Notebookってちょっとダサいですよね。

ローカルのJupyter Notebookを簡単にカッコよくする方法を紹介します。

jupyterthemesをインストールする

ターミナルを開き、以下のコマンドでjupyterthemesをインストール

$ pip install jupyterthemes

次に、以下のコマンドを実行する(これは自分のオススメ設定です)

$ jt -t onedork -fs 105 -tfs 11 -nfs 115 -cellw 88% -lineh 120 -T -N

これで立ち上げると以下のようにJupyterがカッコよくなってます。テンション上がります。

スクリーンショット 2018-11-28 0.29.30.png

補足:フォントの変更

自分はRicty Diminishedが好きなので、フォントも変更しました。

~/.jupyter/custom/custom.cssにCSSファイルがあるので、手動でフォントをRicty Diminishedに変更しています。

おわりに

これでコーディングもはかどるぞぉぉぉ!!!

145
123
1

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
145
123