Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

jupyter notebook change image size

# Basic syntax:
<div>
<img src="attachment:Screenshot.png" width="500"/>
</div>

# Note, when you paste an image into Jupyter Notebooks, it usually looks
#	like:
![Screenshot.png](attachment:Screenshot.png)

# Simply copy the attachment "Screenshot.png" (or whatever you see) and
#	replace the attachment in the above code. Set the width to whatever
#	looks good.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #jupyter #notebook #change #image #size
ADD COMMENT
Topic
Name
3+4 =