tljh-repo2docker icon indicating copy to clipboard operation
tljh-repo2docker copied to clipboard

Plugin for The Littlest JupyterHub to build multiple user environments with repo2docker

Results 22 tljh-repo2docker issues
Sort by recently updated
recently updated
newest added

RStudio is very appreciated among R users and is often the ad-hoc IDE. By default, RStudio is injected into the environment when `repo2docker` detects an [R environment](https://github.com/jupyter/repo2docker/issues/837). It would be...

enhancement

On a fresh install, the spawn page displays the following: ![image](https://user-images.githubusercontent.com/591645/84286146-9a1aef80-ab3e-11ea-8b7b-b0ebbbe4c072.png) When there is no user environment, the Start button is not needed. We could extend the `spawn.html` base template...

good first issue

For now we point to the PlasmaBio documentation since it contains screenshots and explanations: https://docs.plasmabio.org/en/latest/environments/index.html Later we might want to move part of this documentation to the `tljh-repo2docker` repo if...

## User facing changes This PR allows `tljh-repo2docker` to use `binderhub` service as the image build backend. By default, it still uses the local docker engine to build image via...

enhancement

Skip releasing the npm package.

Currently we test on the following Python versions: https://github.com/plasmabio/tljh-repo2docker/blob/c42f08a0832a9abdd131be246d339df2c2ce00f3/.github/workflows/test.yml#L15 Since then `3.11` and `3.12` are now also available. We probably don't need to test on all versions. Maybe testing on...

good first issue

Follow-up to a chat with @yuvipanda. Currently `tljh-repo2docker` relies on `repo2docker` directly for building the environments. For example: https://github.com/plasmabio/tljh-repo2docker/blob/c42f08a0832a9abdd131be246d339df2c2ce00f3/tljh_repo2docker/docker.py#L112-L146 But for use cases like the ones described https://github.com/2i2c-org/binderhub-service/issues/78, or to...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. See full diff in compare...

dependencies
javascript

Repo2docker allows repositories to be used from a local directory instead of a URL. Is this somehow also possible with tljh-repo2docker, the interface only enables giving a repository URL -...

The plugin seems to extend the hub REST API to provide endpoints for querying environments but relies on the JupyterHub REST API `/users/{name}/server/{serverName}` endpoint to start a server. from the...