Resize the image in jupyter notebook using markdown

If you’re attaching your images by inserting them into the markdown like this:

![Screenshot.png](attachment:Screenshot.png)

These attachment links don’t work:

<img src="https://stackoverflow.com/questions/41598916/attachment:Screenshot.png" width="500"/>

DO THIS. This does work.
Just add div brackets:

<div>
<img src="https://stackoverflow.com/questions/41598916/attachment:Screenshot.png" width="500"/>
</div>

Hope this helps!

PS I’m using jupyter_core-4.4.0 & jupyter notebook.

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)