1
0
This commit is contained in:
2025-08-12 19:56:58 +02:00
parent 0a1a7fbe64
commit 53db973906

View File

@@ -23,7 +23,7 @@ log "Set Jupyter kernels"
inf "R kernel"
Rscript -e "install.packages('IRkernel', repos='https://cloud.r-project.org')" \
-e "IRkernel::installspec(user = FALSE)"
-e "IRkernel::installspec(user = TRUE)"
inf "Julia kernel"
julia -e 'using Pkg; Pkg.add("IJulia")'