diff options
Diffstat (limited to 'topics/notebooks')
-rw-r--r-- | topics/notebooks/binding-lite.gmi | 7 | ||||
-rw-r--r-- | topics/notebooks/guix-containers.gmi | 8 | ||||
-rw-r--r-- | topics/notebooks/jupyter.gmi | 6 | ||||
-rw-r--r-- | topics/notebooks/pluto.gmi | 5 | ||||
-rw-r--r-- | topics/notebooks/port-map.gmi | 6 | ||||
-rw-r--r-- | topics/notebooks/user-stories.gmi | 8 |
6 files changed, 40 insertions, 0 deletions
diff --git a/topics/notebooks/binding-lite.gmi b/topics/notebooks/binding-lite.gmi index cc818d7..e90f8fd 100644 --- a/topics/notebooks/binding-lite.gmi +++ b/topics/notebooks/binding-lite.gmi @@ -2,6 +2,13 @@ Binder and Cocalc are tools for deploying Jupyter notebooks, R/shiny notebooks and Pluto notebooks. These binding tools do a lot more and do not leverage GNU Guix lightweight container infrastructure. In this project we want to create a binding-lite. +## Tags + +* keywords: binder, jupyter, notebooks +* status: unclear +* priority: medium +* assigned: jgart, pjotrp + ## Members * jgart diff --git a/topics/notebooks/guix-containers.gmi b/topics/notebooks/guix-containers.gmi index b2c51b4..134acc1 100644 --- a/topics/notebooks/guix-containers.gmi +++ b/topics/notebooks/guix-containers.gmi @@ -1,5 +1,13 @@ # Guix Containers +## Tags + +* type: bug +* assigned: jgart +* status: unclear +* priority: medium +* keywords: notebooks, guix, containers + ## Bugs guix container exec command does not currently work: diff --git a/topics/notebooks/jupyter.gmi b/topics/notebooks/jupyter.gmi index 357f2fc..ef2df46 100644 --- a/topics/notebooks/jupyter.gmi +++ b/topics/notebooks/jupyter.gmi @@ -1,5 +1,11 @@ # Jupyter notebooks +## Tags + +* type: documentation +* keywords: documentation, jupyter, notebooks +* status: unclear + ## Run with GNU Guix Jupyter notebooks can be installed in a profile diff --git a/topics/notebooks/pluto.gmi b/topics/notebooks/pluto.gmi index 30b5d8d..b924020 100644 --- a/topics/notebooks/pluto.gmi +++ b/topics/notebooks/pluto.gmi @@ -1,5 +1,10 @@ # Julia Pluto +## Tags + +* type: documentation +* status: unclear + ## Pluto in a Guix container We run Pluto in a container. It allows for self-install of Julia packages: diff --git a/topics/notebooks/port-map.gmi b/topics/notebooks/port-map.gmi index c8426e3..4a7d680 100644 --- a/topics/notebooks/port-map.gmi +++ b/topics/notebooks/port-map.gmi @@ -6,3 +6,9 @@ |80 |nginx | |8989 |binderlite | |xxxx |jupyter(s) | + + +## Tags + +* type: documentation +* keywords: documentation, port map diff --git a/topics/notebooks/user-stories.gmi b/topics/notebooks/user-stories.gmi index 22f9398..013ee48 100644 --- a/topics/notebooks/user-stories.gmi +++ b/topics/notebooks/user-stories.gmi @@ -1,5 +1,13 @@ # Next Steps +## Tags + +* assigned: jgart +* type: enhancement +* keywords: notebooks, jupyter +* status: unclear + +## Description Whenever we start a notebook let's generate an id (put the id in a db or in memory start) and then accept the id as part of the route to get to the notebook. |