anaconda / nb_conda_kernels

Package for managing conda environment-based kernels inside of Jupyter
BSD 3-Clause "New" or "Revised" License
601 stars 70 forks source link

use base environment packages from kernel in custom environment #152

Closed guille0387 closed 4 years ago

guille0387 commented 4 years ago

Hello!!

I just wanted to ask if it is possible to import modules from the base environment (where my jupyter lab instance is installed) when working with a kernel from a different environment?

mcg1969 commented 4 years ago

No, it's not possible. Environments are, by design, separate and isolated. And this really isn't specific to this package...