diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2024-05-10 00:54:26 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:18:58 +0000 |
commit | 5f49430d303a88407c71506f5a7dac8eb8f877cf (patch) | |
tree | f20c498d21c5bfc257e04400ac3870551b42abce | |
parent | 0592a5df16bd561088ec445e2f3a94d1dd8139ed (diff) | |
download | guix-5f49430d303a88407c71506f5a7dac8eb8f877cf.tar.gz guix-5f49430d303a88407c71506f5a7dac8eb8f877cf.zip |
gnu: python-notebook: Add python-jupyter-server to native inputs.
* gnu/packages/python-xyz.scm (python-notebook):
[native-inputs]: Add python-jupyter-server.
Change-Id: I742712482982e33f997af31b6936633d568b0e29
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f541025ebf..d958307806 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -18188,6 +18188,7 @@ convert an @code{.ipynb} notebook file into various static formats including: python-traitlets)) (native-inputs (list python-coverage + python-jupyter-server python-nbval python-pytest python-pytest-cov |