From 153e79ae0efa1a42e74b4932271373d5e446ce2e Mon Sep 17 00:00:00 2001 From: Daniel Shapero Date: Wed, 1 Nov 2023 13:57:08 -0700 Subject: [PATCH] Create jupyter kernel for Firedrake --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 24a306c..130891a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: