diff options
author | BonfaceKilz | 2021-02-24 17:24:48 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-03-08 21:09:58 +0300 |
commit | fde7e47975bcdc936b95f527a4880409ff54cf3e (patch) | |
tree | b9bdc3efebca1394aefed900a2f291d282bf8dec /guix.scm | |
parent | 23da0318446aa266e5feb64d3bd998a466725570 (diff) | |
download | genenetwork3-fde7e47975bcdc936b95f527a4880409ff54cf3e.tar.gz |
guix.scm: Add jupyter deps
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |