Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

show image jupyter notebook

#If you want it on a "Code" cell
from IPython.display import Image
Image("img/picture.png")

#If you want it on a "Markdown" cell
![title](img/picture.png)
Source by ealizadeh.com #
 
PREVIOUS NEXT
Tagged: #show #image #jupyter #notebook
ADD COMMENT
Topic
Name
9+1 =