1
0
This commit is contained in:
2025-08-14 02:14:25 +02:00
parent 9ad93473a7
commit 32ace2a101

View File

@@ -20,7 +20,7 @@
python3 -Im ipykernel install --user --name python-asdf --display-name "Python (asdf)" python3 -Im ipykernel install --user --name python-asdf --display-name "Python (asdf)"
Rscript -e "install.packages('IRkernel', repos='https://cloud.r-project.org')" \ Rscript -e "install.packages('IRkernel', repos='https://cloud.r-project.org')" \
-e "IRkernel::installspec(user = FALSE)" -e "IRkernel::installspec(user = TRUE)"
julia -e 'using Pkg; Pkg.add("IJulia")' julia -e 'using Pkg; Pkg.add("IJulia")'