I have a problem with the kernel. I install cv2 by conda, and the kernel is in this directory: Caskroom/..../python. But if I run by this kernel, it will lack some packages, for ex: numpy, patplotlib, ....
These packages are in the global env. I want to merge them into 1. Something likes running global env and it includes the packages I've installed by conda.