summaryrefslogtreecommitdiff
path: root/topics
diff options
context:
space:
mode:
authorjgart2021-07-28 01:41:23 -0400
committerjgart2021-07-28 01:41:23 -0400
commite770d32ef313e51b453b5a30ef483751fac66ad3 (patch)
tree2cc2e4d07adc8a2830c8d53e08707d80d14faf49 /topics
parent3e3da6c428fbf6e12c1dbd4681b88a9ca3d424ce (diff)
downloadgn-gemtext-e770d32ef313e51b453b5a30ef483751fac66ad3.tar.gz
Add current questions I have to answer
Diffstat (limited to 'topics')
-rw-r--r--topics/notebooks/binding-lite.gmi14
1 files changed, 14 insertions, 0 deletions
diff --git a/topics/notebooks/binding-lite.gmi b/topics/notebooks/binding-lite.gmi
index de83fab..6aabacc 100644
--- a/topics/notebooks/binding-lite.gmi
+++ b/topics/notebooks/binding-lite.gmi
@@ -125,3 +125,17 @@ The use cases for `guix-notebook-launcher` are driven by the following design de
=> https://nalaginrut.com/archives/2021/05/04/scheme%20language%20is%20good%20enough%20for%20products Scheme Language in Production
=> https://github.com/GeorgianaElena/binder-example Binder Example
+## Current Questions I Have to Answer
+
+* Is OAuth still needed?
+* Pushing? Pulling? Authentification? Via the github API?
+* What type does a manifest return? Test this in the guix repl.
+* Will we build binder-lite completely from scratch or are there useful pieces from binderhub that we can salvage and while stripping out the docker integration?
+* How will we parse the new dependencies that a user introduces during a notebook session?
+* Will guix-jupyter magics be available to the notebook user? How will they interact with guix-notebook-launcher data?
+* Will dependencies be written back to requirements.scm to update the state at the end of a notebook session? Is this already implemented in Binderhub?
+
+### Reference Links
+
+=> https://hpc.guix.info/blog/2019/10/towards-reproducible-jupyter-notebooks/ Guix Jupyter Magics
+