I would like to include image in a jupyter notebook.
If I did the following, it works :
from IPython.display import Image Image(\"img/picture.png\")
I'm surprised no one here has mentioned the html cell magic option. from the docs (IPython, but same for Jupyter)
%%html Render the cell as a block of HTML
%%html
Render the cell as a block of HTML