Yuvi

Results 214 issues of Yuvi

JupyterHub now has a very well thought out release system (https://github.com/jupyterhub/jupyterhub/blob/main/RELEASE.md). repo2docker has *some* documentation, but it's a bit out of date. We should update our docs to match rest...

maintenance

We want to be able to support the immutable frozen relases on OSF as an input to repo2docker. So we should introduce the concept of content providers. Their job is...

needs: discussion
reproducibility
new

Dockerfiles need to follow a specific set of guidelines to work with repo2docker (and binder). Specifically, 1. They must be able to run as a non-privileged user with UID 1000...

enhancement
needs: discussion
reproducibility

Follow-up to https://github.com/jupyterhub/kubespawner/pull/735#discussion_r1254129852, we currently have the text "Other..." hardcoded in the dropdown box of choices if `unlisted_choice` is enabled. This should be configurable - for example, if the choice...

Follow-up to https://github.com/jupyterhub/kubespawner/pull/735#discussion_r1254129852, if a profile_option is configured to have `unlisted_choice.enabled` to `True`, but `choices` is not set, we currenlty show a dropdown with just 'Other' as an option. This...

With us adding more options to `profile_list`, it's growing in complexity. We should validate it with JSON schema like we do with OAuthenticator here: https://github.com/jupyterhub/oauthenticator/blob/921824c02cc9c256674b7daecf481ca67de7c5a0/oauthenticator/cilogon.py#L179 One option is to add...

Re-issue of https://github.com/jupyterhub/the-littlest-jupyterhub/pull/829 rebased on latest master This PR addresses issue https://github.com/jupyterhub/the-littlest-jupyterhub/issues/828. It adds a tljh_extra_user_conda_channels hook to allow plugin developers to change the conda channels during user environment install....

"My kernel restarted, why?" is one of the most common support questions when supporting JupyterHubs. Being able to tell when a kernel was restarted - ideally being able to differentiate...

enhancement

Awesome project :) I'm trying to use rootlesskit directly, since I want isolation without necessarily image management, etc. I'm trying to run it *inside* a docker container, with this `Dockerfile`:...

Helps a *lot* with figuring out *why* certain packages were installed with the versions they were installed with. Makes it easier to debug why a older version of gdal is...