From 67e91e21fd39ee936e1cb8b2065e8ab9d55a110b Mon Sep 17 00:00:00 2001 From: Julien Date: Fri, 27 Oct 2023 14:31:49 +0200 Subject: [PATCH] add jupyter to python requirements --- doc/pages/example_notebooks/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/pages/example_notebooks/requirements.txt b/doc/pages/example_notebooks/requirements.txt index 6aedb63f7..de0d4c0fd 100644 --- a/doc/pages/example_notebooks/requirements.txt +++ b/doc/pages/example_notebooks/requirements.txt @@ -6,4 +6,5 @@ healpy seaborn scipy tqdm -h5py \ No newline at end of file +h5py +jupyter \ No newline at end of file