Resize the image in jupyter notebook using markdown

后端 未结 5 2173
逝去的感伤
逝去的感伤 2020-12-07 21:37

I want to add the image in the Jupyter notebook and I want to have particular height and width. When I try to add the image using

![](img.png)

5条回答
  •  南笙
    南笙 (楼主)
    2020-12-07 22:38

    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:

    
    

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

    Hope this helps!

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

提交回复
热议问题