diff options
author | Muriithi Frederick Muriuki | 2021-08-26 07:45:36 +0300 |
---|---|---|
committer | Muriithi Frederick Muriuki | 2021-08-26 07:45:36 +0300 |
commit | 20bc49f82e2248c0ce635b06046d97bc3a973292 (patch) | |
tree | fb65c3019bc611dc55986ffaea7577b1f2e99549 /topics | |
parent | ca4c5b5fc5c9f701183589ab0032790cee353248 (diff) | |
parent | c0bb39a01dab88a64b0a712a09d18c8cbc80768b (diff) | |
download | gn-gemtext-20bc49f82e2248c0ce635b06046d97bc3a973292.tar.gz |
Merge branch 'main' of github.com:genenetwork/gn-gemtext-threads
Diffstat (limited to 'topics')
-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. |