Comment obtenir l'image dans Jupyter Notebook
from IPython import display
display.Image("./image.png")
M.U
from IPython import display
display.Image("./image.png")
<img src="images/grad_summary.png" style="width:600px;height:300px;">