diff options
author | jgart | 2021-07-27 22:05:04 -0400 |
---|---|---|
committer | jgart | 2021-07-27 22:05:04 -0400 |
commit | d2eda2838cf6f66832690ea2d377421f32205a60 (patch) | |
tree | e85990d6b1dc9108f8013efd38ee827d8b73b79d /topics/notebooks | |
parent | 14ddc1154211c33e7d33d50e8815541dc234d153 (diff) | |
download | gn-gemtext-d2eda2838cf6f66832690ea2d377421f32205a60.tar.gz |
Update initial design ideas
Diffstat (limited to 'topics/notebooks')
-rw-r--r-- | topics/notebooks/binding-lite.gmi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/topics/notebooks/binding-lite.gmi b/topics/notebooks/binding-lite.gmi index 4d12b7e..5bf3725 100644 --- a/topics/notebooks/binding-lite.gmi +++ b/topics/notebooks/binding-lite.gmi @@ -25,7 +25,7 @@ The user can then run the `jupyter notebook` command which prints a url to the t Once the url is opened in the browser, a user has to select the guix kernel and choose the notebook from the file manager menu. -## Initial Design Ideas +## Initial Design Ideas: guix-notebook-launcher The first goal is to fire up a jupyter notebook from a local git repository. @@ -33,8 +33,6 @@ Afterwards, this would be implemented with a remote git repository. We need a command line interface/tool and guile library to automate the process of opening a jupyter notebook from a local git repository. -I am tentatively calling this tool `guix-notebook-launcher`. - Some of the tasks that `guix-notebook-launcher` will need to automate is preselecting the guix kernel and opening the browser to the notebook view of the given url. |