diff options
-rw-r--r-- | guix.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix.scm b/guix.scm index 936ddf3..f84b819 100644 --- a/guix.scm +++ b/guix.scm @@ -66,6 +66,7 @@ #:select? git-file?)) (propagated-inputs `(("coreutils" ,coreutils) ("gemma-wrapper" ,gemma-wrapper) + ("jupyter" ,jupyter) ("python-bcrypt" ,python-bcrypt) ("python" ,python-wrapper) ("python-flask" ,python-flask) |