From bff07a90a8f13d8f0319a14b58b784b37868283a Mon Sep 17 00:00:00 2001 From: Jessica Nash Date: Tue, 2 Jul 2024 23:05:38 -0400 Subject: [PATCH] enable jupyterlab widgets in GHA --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 766eb41..80c7f66 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,6 +31,8 @@ jobs: shell: bash -l {0} run: | pip install docutils --upgrade + jupyter labextension install @jupyter-widgets/jupyterlab-manager + jupyter labextension install nglview-js-widgets jupyter-book build biochemist-python - name: GitHub Pages action