I am starting to depend heavily on the IPython notebook app to develop and document algorithms. It is awesome; but there is something that seems like it should be possible,
I am using ipython 2.0, so just two line.
from IPython.display import Image Image(filename='output1.png')