works to load an image in a jupyter markdown cell
How can I adjust the image size?
 doesn’t work
works to load an image in a jupyter markdown cell
How can I adjust the image size?
 doesn’t work
 
    
    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">
