I tried installing OpenCV on Windows 10 using pip. I used this command- pip install opencv-contrib-python
After that when I tried importing cv2 on command prompt, it
It seems like you run jupyter not from conda environment, that has opencv module installed. try to do this: conda activate
conda activate
conda install jupyter jupyter notebook
after that try to "import cv2"