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\")
Here is a Solution for Jupyter and Python3:
I droped my images in a folder named ImageTest. My directory is:
ImageTest
C:\Users\MyPcName\ImageTest\image.png
To show the image I used this expression:

Also watch out for / and \
/
\