Communities for your favorite technologies. Explore all Collectives
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Find centralized, trusted content and collaborate around the technologies you use most.
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
works to load an image in a jupyter markdown cell
How can I adjust the image size?
 doesn’t work
final_c
<div style="max-width:500px;margin-right: auto; margin-right: 0;">  </div>
Image control in Jupyter markdown is possible but the image needs to be preceded by "attachment" or it doesn't display. What you have:
 ![NN] <img src="attachment:NN.png" width="400">
Add a comment
Start asking to get answers
Find the answer to your question by asking.
Explore related questions
See similar questions with these tags.
final_cwrote it. You should use this:<div style="max-width:500px;margin-right: auto; margin-right: 0;">  </div>