This is my code
from PIL import Image pil_im = Image.open(\'data/empire.jpg\')
I would like to do some image manipulation on it, and then s
Just use
from IPython.display import Image Image('image.png')