1
0
This commit is contained in:
2025-08-14 01:08:13 +02:00
parent 558e795078
commit 703ce44694
4 changed files with 15 additions and 20 deletions

View File

@@ -8,21 +8,21 @@
log "Finalize quarto install"
# inf "Install tinytex"
# if [[ $(command -v quarto) ]]; then
# quarto install tinytex
# fi
#
# inf "Install python dependencies"
# python3 -m pip install jupyter jupyterlab ipykernel matplotlib plotly pandas
#
# inf "Install Jupyter kernels"
# python3 -m ipykernel install --user --name python-asdf --display-name "Python (asdf)"
#
# Rscript -e "install.packages('IRkernel', repos='https://cloud.r-project.org')" \
# -e "IRkernel::installspec(user = FALSE)"
#
# julia -e 'using Pkg; Pkg.add("IJulia")'
inf "Install tinytex"
if [[ $(command -v quarto) ]]; then
quarto install tinytex
fi
inf "Install python dependencies"
python3 -m pip install jupyter jupyterlab ipykernel matplotlib plotly pandas
inf "Install Jupyter kernels"
python3 -m ipykernel install --user --name python-asdf --display-name "Python (asdf)"
Rscript -e "install.packages('IRkernel', repos='https://cloud.r-project.org')" \
-e "IRkernel::installspec(user = FALSE)"
julia -e 'using Pkg; Pkg.add("IJulia")'
log "Quarto install complete"