notebook.community
Edit and run
In [1]: %run ../common.ipynb img = imread('hyd-stopp.tif')
%run ../common.ipynb img = imread('hyd-stopp.tif')
Populating the interactive namespace from numpy and matplotlib
In [2]: for image in img: histshow(image) gimshow(image)
for image in img: histshow(image) gimshow(image)