I have installed opencv in my windows using pip but when I am trying to use it in my jupyter notebook it is giving me the below error.
ModuleNotFoundError Traceback (most recent call last) <ipython-input-9-cd2cf5b58bb7> in <module>() 1 2 import numpy as np ----> 3 import cv2 4 from matplotlib import pyplot as plt 5
ModuleNotFoundError: No module named 'cv2'