Skip to content

Commit

Permalink
Create jupyter kernel for Firedrake
Browse files Browse the repository at this point in the history
  • Loading branch information
danshapero committed Nov 1, 2023
1 parent d68723d commit 153e79a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ jobs:
apt update && apt install -yq patchelf graphviz moreutils jq
pip install git+https://github.com/icepack/Trilinos.git
pip install git+https://github.com/icepack/pyrol.git
pip install nbconvert
pip install jupyter nbconvert
pip install "Nikola[extras]"
pip install --editable ./icepack
- name: Create jupyter kernel
run: python -m ipykernel install --user --name=firedrake
- name: Checkout website source
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 153e79a

Please sign in to comment.