the-littlest-jupyterhub
the-littlest-jupyterhub copied to clipboard
Simple JupyterHub distribution for 1-100 users on a single server
### Proposed change Make it possible to login via SSH into the jupyter-user. ### Alternative options SSH could be useful to let users choose using Jupyter or VSCode or other...
I planned to use TLJH for a classroom of about 20 concurrent users. Following http://tljh.jupyter.org/en/latest/howto/admin/resource-estimation.html I estimated 4Gb of RAM would be enough with a good margin so I installed...
See https://github.com/jupyterhub/jupyterhub-idle-culler#permissions about how to configure the idle culler. This requires JupyterHub 2.0.0 that currently is in beta.
Hello, ### Bug description I actually have a problem with my config of the littlest jupyter hub, i want to use dockspawner and wrote this command tljh-config set spawner.type dockerspawner.DockerSpawner...
# Update by Erik - 2021-10-25 It would be good to have some references to how to brand/style the JupyterHub websites (`/hub` prefixed urls), as well as some notes on...
Hello, Bug description I actually have a problem with my config of the littlest jupyter hub, i want to use dockspawner and wrote this command tljh-config set spawner.type dockerspawner.DockerSpawner Expected...
### Attention spotlight - #719 - #732 - #726 - #725 - #701 ### Misc contributions - [x] Refactor [bootstrap/bootstrap.py](https://github.com/jupyterhub/the-littlest-jupyterhub/blob/d9e525d8534e705b5fd39d2cf80abe344cf7546d/bootstrap/bootstrap.py) for readability - #715 - [x] Refactor [integration-tests/test_bootstrap.py](https://github.com/jupyterhub/the-littlest-jupyterhub/blob/d9e525d8534e705b5fd39d2cf80abe344cf7546d/integration-tests/test_bootstrap.py) for readability...
I was looking to emit log messages when loading the config, but I note that that were other things that differed the z2jh way of loading additional configs from the...
You can get these warnings when using `tljh-config`, and I figure it would be preferable if we can handle this better in some way. I'm not sure how. ``` $...
It could be needed for a environment variable to be set for the hub environment or the user environment. This may be done in various ways perhaps, but we should...