You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: