Running R in a Jupyter Notebook

Running R in a Jupyter Notebook

Add R capabilites to Jupyter Notebook

This article shows an easy method for adding R code to a jupyter notebook.

After a brief setup, data is passed from a pandas dataframe to R, plotting it in ggplot, before passing it back again and plotting it using Seaborn.

The Jupyter Notebook can be accessed here

PROJECTS
r python jupyter ggplot seaborn

Dialogue & Discussion