plasmabio / tljh-repo2docker

Plugin for The Littlest JupyterHub to build multiple user environments with repo2docker
BSD 3-Clause "New" or "Revised" License
60 stars 15 forks source link

Pin to `jupyterhub~=1.5` for development, update `dockerspawner`, default ref to `HEAD` #50

Closed jtpio closed 2 years ago

jtpio commented 2 years ago

JupyterHub 2.0 was released yesterday: https://blog.jupyter.org/jupyterhub-2-0-7a038715e96d

But TLJH still installs jupyterhub==1.* for now:

https://github.com/jupyterhub/the-littlest-jupyterhub/blob/ad38fad96afe8096e722279da095a0633b5d2c6b/tljh/installer.py#L124

This avoids picking up the new version for now, so they upgrade to 2.0 can be done explicitly.

Other updates:

jtpio commented 2 years ago

CI is green.

We now also default to HEAD for the git reference:

image