insert image to jupyter notebook

85

add picture to jupyter notebook -

from IPython import display
display.Image("./image.png")

jupyter notebook attach image -

![title](img/picture.png)

Comments

Submit
0 Comments