Published
- 1 min read
add picture to jupyter notebook
The solution for this is noted below
add picture to jupyter notebook
Solution
from IPython import display
display.Image("./image.png")
Try other methods by searching on the site. That is if this doesn’t work