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

commit fc3555ab80c6dc400b1ce4a6816ecd4b4b96b826
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 98abd2cc71..21fe46787e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17939,6 +17939,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