diff options
Diffstat (limited to 'gnu/packages/jupyter.scm')
-rw-r--r-- | gnu/packages/jupyter.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm index 8c8c7b5347..2298e87ccd 100644 --- a/gnu/packages/jupyter.scm +++ b/gnu/packages/jupyter.scm @@ -535,6 +535,8 @@ and a default CommManager that can be used.") (propagated-inputs (list python-jupyter-client python-jupyter-core python-nbformat python-traitlets)) + (native-inputs + (list python-setuptools python-wheel)) (home-page "https://jupyter.org") (synopsis "Client library for executing notebooks") (description |