Unable to import opencv in Jupyter notebook but able to import in command line on Anaconda
问题 I created a new environment in anaconda for python 3.5 and installed all the required pip libraries including opencv. If I execute the following in command line $ python Python 3.5.2 |Continuum Analytics, Inc.| (default, Jul 2 2016, 17:52:12) [GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.28)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import cv2 >>> As you can see above there is no issues importing cv2. However when I open Jupyter notebook and