Jupyterのおまじない
%load_ext autoreload
%autoreload 2
%matplotlib inline
画像表示
import matplotlib.pyplot as plt
plt.imshow(img)
plt.show()
%load_ext autoreload
%autoreload 2
%matplotlib inline
import matplotlib.pyplot as plt
plt.imshow(img)
plt.show()