-
Notifications
You must be signed in to change notification settings - Fork 353
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
Support for JupyterHub 2.0 #818
Comments
Actually there seems to be an open PR doing just that: #777 |
The actual change should be relatively easy.... the problem is doing it without inadvertently upgrading or breaking existing deployments: #724 |
Better skip to 3.0 directly? 🙂 |
|
Once we've got a proper release out we can install the last major release for testing upgrades. |
We now have jupyterhub 3 in the main branch. Follow #873 for the work towards getting the release out. |
Proposed change
Currently TLJH pins to
jupyterhub==1.*
here:the-littlest-jupyterhub/tljh/installer.py
Line 124 in 121b4c7
This indicates that TLJH might not be compatible with JupyterHub 2.0.
Since JupyterHub 2.0 has been out for a while, it would be interesting to see TLJH adopting it too.
Alternative options
Not sure if TLJH can support multiple versions of JupyterHub at the same time?
Who would use this feature?
Folks wanting to migrate to the latest stable JupyterHub version, and benefit from its new features and bug fixes.
(Optional): Suggest a solution
Maybe just updating to
jupyterhub==2.*
could be a good starting point.The text was updated successfully, but these errors were encountered: