from IPython import display
display.Image("./image.png")
# in markdown:
![your_title](folder_path/picture_name.png)
<img src="images/grad_summary.png" style="width:600px;height:300px;">
![title]("img/picture.png")
![Cat](images/no_regrets_cat.jpg)