gnu: python-notebook: Reduce closure size.

* gnu/packages/jupyter.scm (python-notebook)[native-inputs]: Remove
python-coverage, python-pytest-cov, and python-wheel.

Change-Id: I4cddfe84a40440dc8d052885e5d0d4539b97da76
This commit is contained in:
Sharlatan Hellseher
2026-03-14 22:24:52 +00:00
committed by Andreas Enge
parent 59ff08856c
commit 9aaa7c3e80

View File

@@ -440,15 +440,12 @@ the namespace @code{/nbclassic/}.")
python-tornado
python-traitlets))
(native-inputs
(list python-coverage
python-jupyter-server
(list python-jupyter-server
python-nbval
python-pytest
python-pytest-cov
python-requests
python-requests-unixsocket2
python-setuptools
python-wheel))
python-setuptools))
(home-page "https://jupyter.org/")
(synopsis "Web-based notebook environment for interactive computing")
(description