Skip to content

Commit 6e805b1

Browse files
committed
devciontainer - quarot and shiny deps
1 parent aa3f456 commit 6e805b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919

2020
// Install dependencies and Jupyter
21-
"postCreateCommand": "pip install --user ipykernel jupyter jupyterlab requests requests-cache pandas numpy matplotlib seaborn scikit-learn plotnine folium jupyterlite-simple-cors-proxy montydb sqlite-utils",
21+
"postCreateCommand": "mkdir -p ~/opt && pip install --user ipykernel jupyter jupyterlab requests requests-cache pandas numpy matplotlib seaborn scikit-learn plotnine folium jupyterlite-simple-cors-proxy montydb sqlite-utils shinylive && ARCH=$(uname -m) && if [ \"$ARCH\" = \"aarch64\" ] || [ \"$ARCH\" = \"arm64\" ]; then QUARTO_ARCH=\"arm64\"; else QUARTO_ARCH=\"amd64\"; fi && wget \"https://github.com/quarto-dev/quarto-cli/releases/download/v1.6.40/quarto-1.6.40-linux-${QUARTO_ARCH}.tar.gz\" && tar -C ~/opt -xvzf \"quarto-1.6.40-linux-${QUARTO_ARCH}.tar.gz\" && quarto add r-wasm/quarto-live && wget -qO- \"https://yihui.org/tinytex/install-bin-unix.sh\" | sh && tlmgr update --all --self",
2222

2323
"forwardPorts": [],
2424

0 commit comments

Comments
 (0)