Jupyter Notebook で matplotlib のグラフを出力する

Last update: 2017-10-01

Python の ノートブック形式の開発環境 Jupyter Notebook を用いて matplotlib や Seaborn のグラフを出力するには、先頭に、%matplotlib inline という行を記載する必要があります。

Jupyter Notebook でグラフが表示できない場合、正しく記載されているかを確認してみましょう。

例: Jupyter Notebook で散布図を描画

jupyter8

See also