Import Error:No module named 'cv2'

I already installed the OpenCV module and tried to import it in command line python it works fine there but when I am using it in a notebook , it gives an error.
ImportError: No module named ‘cv2’

hey @palashrai31 ,
kindly install opencv once.

using command
pip install opencv-python

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.