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

Add the ability to define conda channels in plugins via tljh_extra_user_conda_channels #942

Merged
merged 11 commits into from
Sep 4, 2024

Conversation

yuvipanda
Copy link
Collaborator

@yuvipanda yuvipanda commented Sep 29, 2023

Re-issue of #829 rebased on
latest master

This PR addresses issue #828. It adds a tljh_extra_user_conda_channels hook to allow plugin developers to change the conda channels during user environment install. Adding an extra hook seems to be the most elegant solution as it allows install logic to be encapsulated in the plugin as opposed to requiring the end-user to add it during the install command.

I've added unit-tests, integration tests, and a note to the documentation. If there are any stylistic changes you'd like, I'd be happy to adjust them.


@consideRatio consideRatio changed the title Add the ability to define conda channels in plugins via tljh_extra_user_conda_channels Add the ability to define conda channels in plugins via tljh_extra_user_conda_channels Sep 4, 2024
@consideRatio consideRatio merged commit 5834f14 into jupyterhub:main Sep 4, 2024
13 checks passed
@consideRatio consideRatio mentioned this pull request Sep 11, 2024
31 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants