Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to exclude user directories when spawning a notebook? #310

Open
lifetooeasy opened this issue Aug 9, 2024 · 0 comments
Open

How to exclude user directories when spawning a notebook? #310

lifetooeasy opened this issue Aug 9, 2024 · 0 comments
Labels

Comments

@lifetooeasy
Copy link

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 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?

I already checked jupyterhub/jupyterhub#3804 and jupyterhub/jupyterhub#4713 but using disable_user_config does not work.

Your personal set up

  • OS:
  • Version(s):
    Jupyterhub 4.1.5
    Jupyterlab 4.2.2
    batchspawner 1.3.0
@lifetooeasy lifetooeasy added the bug label Aug 9, 2024
@lifetooeasy 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant