On jupyter.nersc.gov, the kernel.json file installed by soconda sets the correct PYTHONUSERBASE environment variable to the location for user-installed packages. However, inside the notebook this location is not actually searched for imports. This prevents loading user-overriden packages in jupyter.
On jupyter.nersc.gov, the kernel.json file installed by soconda sets the correct
PYTHONUSERBASE
environment variable to the location for user-installed packages. However, inside the notebook this location is not actually searched for imports. This prevents loading user-overriden packages in jupyter.