IPython.display'i aşağıdaki kodla kullanmayı denedim:
from IPython.display import display, Image
display(Image(filename='MyImage.png'))
Ayrıca matplotlib'i aşağıdaki kodla kullanmayı denedim:
import matplotlib.pyplot as plt
import matplotlib.image as mpimg
plt.imshow(mpimg.imread('MyImage.png'))
Her iki durumda da hiçbir şey görüntülenmez, bir hata mesajı bile.