Below is code that can be installed into a code cell of a jupyter notebook to install conda packages.

!conda install opencv

Please note that once your container stops and restarts this will reset any change in the environment. Your packages will not persist after a session restart.