diff options
-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 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 |