Skip to content

Instantly share code, notes, and snippets.

@00krishna
Created June 4, 2014 08:59
Show Gist options
  • Save 00krishna/6cc18ba0d45149135411 to your computer and use it in GitHub Desktop.
Save 00krishna/6cc18ba0d45149135411 to your computer and use it in GitHub Desktop.
view png image in ipython notebook
from IPython.core.display import Image
Image(filename='test.png')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment