From 736a65a1216faa41b04cd7a3a1719c60cce2be1f Mon Sep 17 00:00:00 2001 From: jgart Date: Sun, 22 Aug 2021 09:14:09 -0400 Subject: Adds basic working demo --- topics/notebooks/binding-lite.gmi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/topics/notebooks/binding-lite.gmi b/topics/notebooks/binding-lite.gmi index dece729..c04bffe 100644 --- a/topics/notebooks/binding-lite.gmi +++ b/topics/notebooks/binding-lite.gmi @@ -173,3 +173,8 @@ 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 + -- cgit v1.2.3 From 90ce226c896328c8a6940e61a47a1ab8ffc797dc Mon Sep 17 00:00:00 2001 From: jgart Date: Sun, 22 Aug 2021 09:14:40 -0400 Subject: Add current TODOs --- topics/notebooks/binding-lite.gmi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/topics/notebooks/binding-lite.gmi b/topics/notebooks/binding-lite.gmi index c04bffe..8796236 100644 --- a/topics/notebooks/binding-lite.gmi +++ b/topics/notebooks/binding-lite.gmi @@ -178,3 +178,11 @@ This is inspired by the-littlest-jupyterhub distribution. => https://git.sr.ht/~jgart/binderlite Demo +### TODOs + +* 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. -- cgit v1.2.3 From 85a5b1b1547ad50008cbd522850775f62a09b50e Mon Sep 17 00:00:00 2001 From: jgart Date: Sun, 22 Aug 2021 09:36:01 -0400 Subject: Adds TODO item --- topics/notebooks/binding-lite.gmi | 1 + 1 file changed, 1 insertion(+) diff --git a/topics/notebooks/binding-lite.gmi b/topics/notebooks/binding-lite.gmi index 8796236..a0fbdc5 100644 --- a/topics/notebooks/binding-lite.gmi +++ b/topics/notebooks/binding-lite.gmi @@ -180,6 +180,7 @@ This is inspired by the-littlest-jupyterhub distribution. ### TODOs +* 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. -- cgit v1.2.3 From c0bb39a01dab88a64b0a712a09d18c8cbc80768b Mon Sep 17 00:00:00 2001 From: jgart Date: Sun, 22 Aug 2021 10:52:08 -0400 Subject: Adds TODO item (unit tests) --- topics/notebooks/binding-lite.gmi | 1 + 1 file changed, 1 insertion(+) diff --git a/topics/notebooks/binding-lite.gmi b/topics/notebooks/binding-lite.gmi index a0fbdc5..36a31dd 100644 --- a/topics/notebooks/binding-lite.gmi +++ b/topics/notebooks/binding-lite.gmi @@ -180,6 +180,7 @@ This is inspired by the-littlest-jupyterhub distribution. ### 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. -- cgit v1.2.3