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\")
One thing I found is the path of your image must be relative to wherever the notebook was originally loaded from. if you cd to a different directory, such as Pictures your Markdown path is still relative to the original loading directory.