How can I get to show a picture from file on my jupyter notebook?

Question:

I have my picture in the directory Images, next to the notebook.

Asked By: Daniel Reverter

||

Answers:

This needs to be in a Markdown cell:

![](Images/Image_name.png)
Answered By: GasparMS9
Categories: questions Tags: ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.