Created
October 25, 2016 13:27
-
-
Save felipessalvatore/bfe5d595397a9bc93ff9a5e2af2ac4a6 to your computer and use it in GitHub Desktop.
Open an image in Jupyter notebook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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