from IPython.display import Image, display %%bash open petersonjr_events_r.mpg from IPython.display import Image, display Image(filename='psf.png') Image(filename='Keplerspacecraft-FocalPlane-cutout.png') Image(filename='ccd_fill_factor_big.png') Image(filename='bias.jpg', width=512) Image(filename='flat.png', width=512) Image(filename='Zeta_bootis_short_exposure.png', width=128) Image(filename='seeing.jpg') i1 = Image(filename='oversampled1.jpg') i2 = Image(filename='undersampled.jpg') i3 = Image(filename='undersample2.png') display(i1,i2,i3) from IPython.display import SVG SVG(filename='Bandlimited.svg') Image(filename='VegaSpectrum.png', width=600) Image(filename='dr9_spectro_coverage.png', width=800)