sharlatan pushed a commit to branch python-team
in repository guix.

commit bf0dd6ffa2ade2759f1ef3f0f8255a268415b30f
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 4c00db72d2..786c3f69c1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18099,6 +18099,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

Reply via email to