Hi, this patch series is mostly a QA patchset and enables tests on most of Jupyter Notebook’s components. There are also two possibly controversial changes: - It moves the definition of JUPYTER_PATH to jupyter-core. I’d argue this is the more correct approach, because that package actually deals with this search path and installing any Jupyter package makes it work out of the box without installing the strange jupyter meta-package. - It enables pandoc/LaTeX for nbconvert. The Notebook lists PDF output in its “Export as” menu and I feel both are useful, even though they increase the closure. You can also pull the patchset here: https://github.com/PromyLOPh/guix/tree/work-merge-jupyter Cheers, Lars Lars-Dominik Braun (12): gnu: Move search path JUPYTER_PATH. gnu: python-jupyter-core: Enable tests. gnu: Add python-json-spec. gnu: Add python-fastjsonschema. gnu: python-nbformat: Enable tests. gnu: Add python-jupyter-client-bootstrap. gnu: Add python-ipykernel-bootstrap. gnu: python-jupyter-client: Enable tests. gnu: python-ipykernel: Add missing inputs. gnu: Add python-pytest-dependency. gnu: python-nbconvert: Enable more tests. gnu: python-notebook: Fix tests. gnu/packages/check.scm | 23 +++ gnu/packages/python-xyz.scm | 281 ++++++++++++++++++++++++++++++------ 2 files changed, 256 insertions(+), 48 deletions(-) -- 2.26.3