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

Hello, I installed the repo, and I must say.. WOW. Finaly We can make and use stand-alone Env. Only I have a problem, or I'm stupid. I build 2 platforms...

Hello, I'm running tljh-repo2docker with [Native Authenticator](https://github.com/jupyterhub/nativeauthenticator). It runs fine, but some links at the top, "Change Password" and "Authorize Users", are gone. I suppose this is because [`page.html` in...

For the moment, the environment panel shows: - the name of the environment - the repository URL - the reference to the repository - the memory limit - the CPU...

enhancement

Right now, a users /home/jovyan is stored inside their respective container. What that means is that if a user wants to update their base image, or use an entirely different...

Hi, I have quite a strange issue. Any images built within my tljh-repo2docker jupyterhub start randomly disappearing from the Environments menu (and also from `docker images` listing of the host...

Hello, I wanted to use this tljh with repo2docker plugin (as a replacement for binderhub which I have trouble setting up) for our independent users. I would like it to...

Binder allows installation of additional packages within the actual environement by exposing the conda binary and the related base environment. For instance: ``` ! conda info ``` leads to ```...

I'm sure I had this working differently before, but on a recent deployment of the `tljh-repo2docker` recipe (modified to use the first use authenticator), I seem to have got locked...

Following @psychemedia comment in issue #37 > A UI note... If you stop the server, then you are presented with a Start Server button. My expectation is that that would...

User can provide any name for its environment. If 2 environments have the same name, conflicts could occur. On should prevent the creation of an environment with an already existing...