3

works to load an image in a jupyter markdown cell

How can I adjust the image size?

![NN](./img/NN.png, width=100, height=100) doesn’t work

1
  • The best solution is in here where user final_c wrote it. You should use this: <div style="max-width:500px;margin-right: auto; margin-right: 0;"> ![image.png](attachment:image.png) </div> Commented Oct 14, 2024 at 14:56

1 Answer 1

3

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/NN.png) ![NN] <img src="attachment:NN.png" width="400"> 
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.