from IPython import display
display.Image("./image.png")
# in markdown:

<img src="images/grad_summary.png" style="width:600px;height:300px;">

