img = cv2.imread('img/cat.png') #img folder is in same file/path as .ipynb file cv2.imshow('image', img) cv2.waitKey(0) cv2.destroyAllWindows()