notebook.community
Edit and run
In [1]: %run ../common.ipynb image = imread('mp.tif') pngsave('mp_inverted.png', 255-image)
%run ../common.ipynb image = imread('mp.tif') pngsave('mp_inverted.png', 255-image)
Populating the interactive namespace from numpy and matplotlib