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

[Discuss] Depend on jupyter-client provisioners #228

Open
echarles opened this issue Jun 30, 2023 · 3 comments
Open

[Discuss] Depend on jupyter-client provisioners #228

echarles opened this issue Jun 30, 2023 · 3 comments

Comments

@echarles
Copy link

echarles commented Jun 30, 2023

There has been a few discussion on this issue jupyter-server/jupyter_server#112 (comment) with @chbrandt @nreith and @kevin-bates to identify ways to use the jupyter-client provisioning sytem to offer conda envs to the notebook users.

This issue aims to continue that discussion.

@chbrandt
Copy link

As per discussion in the other issue (referred above), I noticed nb_conda_kernels is using the "providers" endpoint of jupyter-client:

nb_conda_kernels has entrypoint at jupyter_client.kernel_providers, whereas jupyter_client expects an entry at jupyter_client.kernel_provisioners. There is no reference to "kernel_providers" in the docs anymore (https://jupyter-client.readthedocs.io/en/latest/search.html?q=kernel_providers). In nb_conda_kernels's discovery.py module says "Initial support for the kernel provider mechanism to be introduced in jupyter_client 6.0".

@echarles echarles changed the title [Discuss] Depend on jupyter-client provisionners [Discuss] Depend on jupyter-client provisioners Jul 3, 2023
@mcg1969
Copy link
Collaborator

mcg1969 commented Mar 6, 2024

#255 removes the unused discovery module. It was added in anticipation of a discovery mechanism that was planned for 60 but pulled before release.

@waaffles
Copy link

Hey all I'm resurrecting this discussion as I'm unsure on where exactly this all left off as far as

ways to use the jupyter-client provisioning sytem to offer conda envs to the notebook users

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

4 participants