OpenCV : cant able to read image

i can able to read image in jupyter notebook

import cv2

import numpy as np

cv2.imread(‘abhi1.jpg’)

when i m printing it .it is showing “none”.

but the same thing it is working in python cell.