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
Users are not able to start notebook on compute nodes. Stuck on "waiting to connect".
Actual behaviour
Users starts a notebook with --disable_user_config=True, job started but it is stuck on waiting to connect.
Deleting the directory .jupyter or .local/lib/python* solves the problem. It means that there is conflict with user's installed packages.
Is there a way to exclude those PATHS when starting a notebook?
lifetooeasy
changed the title
How to exclude user directories when spawning a notebook
How to exclude user directories when spawning a notebook?
Aug 9, 2024
Bug description
Users are not able to start notebook on compute nodes. Stuck on "waiting to connect".
Actual behaviour
Users starts a notebook with
--disable_user_config=True
, job started but it is stuck onwaiting to connect
.Deleting the directory
.jupyter
or.local/lib/python*
solves the problem. It means that there is conflict with user's installed packages.Is there a way to exclude those PATHS when starting a notebook?
I already checked jupyterhub/jupyterhub#3804 and jupyterhub/jupyterhub#4713 but using
disable_user_config
does not work.Your personal set up
Jupyterhub 4.1.5
Jupyterlab 4.2.2
batchspawner 1.3.0
The text was updated successfully, but these errors were encountered: