Site packages location not shared between Python and Jupyter Lab
I appreciate the fact that Jupyter runs in an isolated mode. I read several posts about it by now.
What I don't understand is why the JUPYTER_PATH variable is ignored as well as appending manually (as a proof of concept) the path of the current site packages from my brewed Python dir. I couldn't find any documentation specific for the Lab so I assumed this should have worked out of the box.
Any idea on how to avoid installing all the necessary packages via a !{sys.executable} -m pip install ....
from within Jupyter?
Of course modifying the sys.path from within the environment is one option, but this has to be done on a per notebook basis, which is not ideal.
I'd like to install things from command line via pip and be able to use them immediately.
Thanks
Category Data Science