The command
import cv2
on Watson Studio results in the error
ImportError Traceback (most recent call last)<ipython-input-1-72fbbcfe2587> in <module>()----> 1 import cv2
ImportError: No module named 'cv2'
I'm not sure if I need to install opencv upfront and how to do this in a cloud environment like Watson Studio?