ngz pushed a commit to branch python-team
in repository guix.
commit 3c41a251092cb61b5a9511fa8223c151eede6bb0
Author: Nicolas Graves <[email protected]>
AuthorDate: Fri May 10 00:54:26 2024 +0200
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 <[email protected]>
---
gnu/packages/python-xyz.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bdec96ffdb..398476c59c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17601,6 +17601,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