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
much simpler in jupyter using pillow.
from PIL import Image image0=Image.open('image.png') image0