From 44d1db7233f14be62e0800bc1de1ba7815c4fde2 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Mon, 11 Dec 2023 09:16:46 +0100 Subject: [PATCH] - jupyter_contrib_nbextensions --- .github/workflows/parpe_tests.yml | 4 +++- misc/run_notebook.sh | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/parpe_tests.yml b/.github/workflows/parpe_tests.yml index f8afe21a9..4945bc604 100644 --- a/.github/workflows/parpe_tests.yml +++ b/.github/workflows/parpe_tests.yml @@ -124,7 +124,9 @@ jobs: - name: Run example notebooks run: | - misc/run_notebook.sh examples/parpeamici/steadystate/parpeExampleSteadystateBasic.ipynb examples/parpeamici/steadystate/parpeExampleSteadystateHierarchical.ipynb + misc/run_notebook.sh \ + examples/parpeamici/steadystate/parpeExampleSteadystateBasic.ipynb \ + examples/parpeamici/steadystate/parpeExampleSteadystateHierarchical.ipynb - name: Run valgrind run: | diff --git a/misc/run_notebook.sh b/misc/run_notebook.sh index ed76f6f6b..1c6339965 100755 --- a/misc/run_notebook.sh +++ b/misc/run_notebook.sh @@ -27,7 +27,7 @@ fi source "${parpe_path}/build/venv/bin/activate" pip3 show ipython \ - || (pip3 install --upgrade jupyter jupyter_contrib_nbextensions \ + || (pip3 install --upgrade jupyter \ && python3 -m ipykernel install --user \ --name parpe --display-name "Python (parpe)")