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

Multi-user setup: New Livy session started for each user in the same notebook #732

Open
rabejens opened this issue Sep 9, 2021 · 2 comments

Comments

@rabejens
Copy link

rabejens commented Sep 9, 2021

I am currently setting up a Jupyterhub/Jupyterlab stack with Sparkmagic connecting to a remote cluster. This works so far save for one thing: When User A opens a notebook and works with it, a new session is created which is fine. When user B opens the same notebook with the kernel still running, a new session is started instead of using the one that's running for user A.

Is this a bug or is there a configuration error somewhere?

@devstein
Copy link
Collaborator

devstein commented Sep 9, 2021

@rabejens Thanks for making an issue! Are User A and User B running different Jupyterlab instances? This is typical in the Jupyterhub/Jupterlab setup, which would explain the users have different sessions.

If the users are sharing the same instance of Jupyterlab, and therefore the same running kernel, then I'm not sure about the expected behavior. If this is the case, can you share more about your Jupyterhub setup?

@josechudev
Copy link

@rabejens I am dealing with the same setup. Did you manage to fix the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants