Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 592 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 592 Bytes

R in Jupyter

Purpose

This documemntation explains how to use R in a Jupyter Notebook

Requirements

Refer to steps 1-4 in R in Jupyter to install package rpy2 in a conda/mamba environment and launch a Jupyter Notebook.

Install R Packages in Jupyter

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.