RStudio OnDemand - Environments
Uses the central build and not environments
It is possible to use Jupyter notebook with R on Alma for something interactive.
To do this you create a conda environment in similarly to python, and then install R and the IRkernel. This is a bit more complicated than python, but it is possible. You can then run R in a Jupyter notebook.
-
Use conda to create a new environment in the mamba R documentation and activate it.
-
Install the r-irkernel package
-
Activate the kernel with python
-
Start Jupyter OnDemand
The dropdown for the kernels will now include this environment: