Skip to content

Instantly share code, notes, and snippets.

@felipessalvatore
Created October 25, 2016 13:27
Show Gist options
  • Save felipessalvatore/bfe5d595397a9bc93ff9a5e2af2ac4a6 to your computer and use it in GitHub Desktop.
Save felipessalvatore/bfe5d595397a9bc93ff9a5e2af2ac4a6 to your computer and use it in GitHub Desktop.
Open an image in Jupyter notebook
from IPython.display import Image
Image(filename="nome do arquivo")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment