I have installed Anaconda to use jupyter notebook.
After a while I installed cv2 library using cmd. It installed perfectly and works in normal cmd python window.
But when I'm trying to load cv2 library into my jupyter notebook, I'm getting an error;
ModuleNotFoundError: No module named 'cv2'