the-littlest-jupyterhub
the-littlest-jupyterhub copied to clipboard
Simple JupyterHub distribution for 1-100 users on a single server
- [ ] Add / update documentation - [x] Add tests The first part of https://github.com/jupyterhub/the-littlest-jupyterhub/issues/724 This should allow: - `cat bootstrap.py | python3 - --version ` - `cat bootstrap.py...
- [ ] Add / update documentation - [ ] Add tests Firstly, does it still work? Secondly, any reason why not?
The current version of black may fail due to https://github.com/psf/black/issues/2964
I've grown to think that cutting releases is a way to reduce maintenance workload, rather than increase it. By having releases, one can understand and pinpoint issues a lot easier,...
### Proposed change Currently TLJH pins to `jupyterhub==1.*` here: https://github.com/jupyterhub/the-littlest-jupyterhub/blob/121b4c7d8d7ec068e07e55f24ea75ce6fa0ca462/tljh/installer.py#L124 This indicates that TLJH might not be compatible with JupyterHub 2.0. Since JupyterHub 2.0 has been out for a while,...
### Proposed change Add support for Ubuntu 22.04 ### Alternative options Do nothing ### Who would use this feature? People using the latest Ubuntu LTS ### (Optional): Suggest a solution...
I tried to install tljh 22.04 on a clean digital ocean machine with Ubuntu 22.04 LTS and it worked without any issues! Just trying to run the tests to see...
### Bug description At some point and several times per day the server of some users crashes, with the following error in journalctl of jupyter-username: ``` Mai 04 08:39:25 jupyterhubvm...
### Bug description Hello, We are preparing several Python courses for children and we chose TLJB because it is very user-friendly and can be easily managed by the administrators. Although...
Hi! I've followed the [guide for how to install TLJH on a custom server](https://tljh.jupyter.org/en/latest/install/custom-server.html) and everything seems to have worked out flawlessly. Unfortunately, I cannot reach the JupyterHub Login page...