This documemntation explains how to use R in a Jupyter Notebook
Refer to steps 1-4 in R in
Jupyter to install package
rpy2
in a conda/mamba environment and launch a
Jupyter Notebook.
One can install R packages directly in a Jupyter notebook using rpy2's
utils
feature.
A sample notebook, rpy2-test.ipynb
, has been provided here
to demonstrate package installation using the utils
feature.