Skip to content

Commit

Permalink
- jupyter_contrib_nbextensions
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Dec 11, 2023
1 parent 2559e0f commit 44d1db7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/parpe_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion misc/run_notebook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)")

Expand Down

0 comments on commit 44d1db7

Please sign in to comment.