diff options
-rw-r--r-- | topics/notebooks/binding-lite.gmi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/topics/notebooks/binding-lite.gmi b/topics/notebooks/binding-lite.gmi index dece729..36a31dd 100644 --- a/topics/notebooks/binding-lite.gmi +++ b/topics/notebooks/binding-lite.gmi @@ -173,3 +173,18 @@ This is inspired by the-littlest-jupyterhub distribution. => https://tljh.jupyter.org/en/latest/ The Littlest JupyterHub + +## Basic Working Demo + +=> https://git.sr.ht/~jgart/binderlite Demo + +### TODOs + +* Add tests +* Add cloned repository to a uuid generated path so that app doesn't fail on reclone due to previously existing git repo +* Updgrade Flask to 2.0 in GNU Guix. +* Add favicon. +* Add css styling and html meta headers. +* Add Guix logo loading css animation similar to https://github.com/jupyterhub/binderhub/blob/master/binderhub/static/loading.css +* Add xtermjs component while waiting for container to build. +* Cull container after a period of inactivity. |