Matplotlib

Jupyterのおまじない

%load_ext autoreload
%autoreload 2
%matplotlib inline

画像表示

import matplotlib.pyplot as plt

plt.imshow(img)
plt.show()
前へ
次へ