diff options
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. |