cv2 import error on Jupyter notebook
newbedev.com › cv2-import-error-on-jupyter-notebookNow in the notebook run following command to install opencv2 in the selected environment kernel. python2:!pip install opencv-python. python3:!pip3 install opencv-python. To make this clear for those who are having the same issue: By default: Anaconda (jupyter notebook) has its own version of Python & packages once it has been installed on your PC.