diff --git a/.github/.devcontainer/quarto-computing-dependencies/install.sh b/.github/.devcontainer/quarto-computing-dependencies/install.sh index d61cf37..d8a2998 100755 --- a/.github/.devcontainer/quarto-computing-dependencies/install.sh +++ b/.github/.devcontainer/quarto-computing-dependencies/install.sh @@ -37,7 +37,7 @@ quarto_r_deps() { } quarto_python_deps() { - su "${USERNAME}" -c "python3 -m pip install jupyter" + su "${USERNAME}" -c "python3 -m pip install jupyter papermill" } quarto_julia_deps() {