the-littlest-jupyterhub
the-littlest-jupyterhub copied to clipboard
Simple JupyterHub distribution for 1-100 users on a single server
The How to section: [Enable HTTPS](https://tljh.jupyter.org/en/latest/howto/admin/https.html) could use some additional details, as it is easy to have it fail for various reasons. I suggest we improve the documentation by adding...
The `helm` can validate a schema of the passed YAML values. We should also support such schema validation for the configuration set via `tljh-config`. This validation can be done whenever...
### Proposed change TLJH has [its own code](https://github.com/jupyterhub/the-littlest-jupyterhub/blob/master/tljh/traefik.py) to download traefik and install it. But so does [traefik_proxy itself](https://github.com/jupyterhub/traefik-proxy/blob/master/jupyterhub_traefik_proxy/install.py). We should re-use that. ### Alternative options Keep things as they...
### Bug description After installing, I found python in notebook is: ``` import sys print(sys.path) ['/home/jupyter-john', '/opt/tljh/user/lib/python37.zip', '/opt/tljh/user/lib/python3.7', '/opt/tljh/user/lib/python3.7/lib-dynload', '', '/opt/tljh/user/lib/python3.7/site-packages', '/opt/tljh/user/lib/python3.7/site-packages/IPython/extensions', '/home/jupyter-john/.ipython'] ``` while the default python in terminal...
### Bug description I had installed tljh using the documentation at https://tljh.jupyter.org/en/latest/install/custom-server.html on Ubuntu 18.04. After upgrading the system to Ubuntu 20.04, tljh fails to start. #### Expected behaviour ```...
NativeAuthenticator: Change password / Authorize links missing in top navigation bar at /hub/home UI
### Proposed change End points such as /hub/authorize and /hub/change-password don't seem to appear in the UI (I use the Lab UI - possibly "change password" appears in the notebook...
We should probably explicitly specify our ciphersuites in traefik config. ---- Just as an FYI for anyone that may come across a similar issue, our VM team flagged us on...
We want user processes to be killed more frequently when system runs out of RAM, not system processes or hubs. This should normally 'just work', but as additional precatuions we...
I get tons of this: ``` mag 21 18:00:43 v01gp2-jupyterhub.sphostserver.com python3[705]: [W 2021-05-21 18:00:43.130 JupyterHub base:1350] Failing suspected API request to not-running server: /hub/user/**************/healthz mag 21 18:00:43 v01gp2-jupyterhub.sphostserver.com python3[705]: [E...
The jupyter doesn't work with lab interface, it only works with tree and nteract, but when I try to use lab I get 404 error. On the logs only show...