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

Multiple Kernels in a JupyterHub Setup #207

Open
marcelned opened this issue Aug 3, 2021 · 1 comment
Open

Multiple Kernels in a JupyterHub Setup #207

marcelned opened this issue Aug 3, 2021 · 1 comment

Comments

@marcelned
Copy link

marcelned commented Aug 3, 2021

I am running a JupyterHub setup, with JupyterLab installed on the kernel that is running the Hub server itself.Screenshot 2021-08-03 at 10 06 26
Users have the option of selecting a kernel from the Lab interface.

Should I install the Extension in the kernel that is running JHub? Or should the extension be installed on each kernel?

@marcelned marcelned changed the title Multiple Kernels in a JupyterHub Setyp Multiple Kernels in a JupyterHub Setup Aug 3, 2021
@jacobtomlinson
Copy link
Member

The extension needs to be installed in the same environment as Jupyter Lab.

However this does mean that if you create Dask clusters using the GUI they will also be running within the Jupyter kernel and not the one that is active in the notebook. We are aware of this limitation and it's something that we would like to address.

@DPeterK has been working on dask/distributed#5013 as one solution to this.

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

2 participants