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's how you can do it with Markdown:
