aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBonfaceKilz2021-02-24 17:24:48 +0300
committerBonfaceKilz2021-03-08 21:09:58 +0300
commitfde7e47975bcdc936b95f527a4880409ff54cf3e (patch)
treeb9bdc3efebca1394aefed900a2f291d282bf8dec
parent23da0318446aa266e5feb64d3bd998a466725570 (diff)
downloadgenenetwork3-fde7e47975bcdc936b95f527a4880409ff54cf3e.tar.gz
guix.scm: Add jupyter deps
-rw-r--r--guix.scm1
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)