Courtesy of this post, you can do the following:
from IPython.display import Image
Image(filename="test.png")
(official docs)
Courtesy of this post, you can do the following:
from IPython.display import Image
Image(filename="test.png")
(official docs)