I am new to Jupyter Notebook and I was following a youtube tutorial. Currently I am using Jupyter Notebook in the browser version. In the first line of the code (from the youtube video) it asked me to import cv2. After I run it, it shows this error
ModuleNotFoundError Traceback (most recent call last) in 1 ----> 2 import cv2
ModuleNotFoundError: No module named 'cv2'
Can anyone let me know what is my mistake and how can I solve it? Thankyou so much