I was trying to embed some r code on a python 2.7 kernel notebook but it doesn't work.
I'm using Anaconda's Jupyter so i've tried :
conda install rpy2
or
conda install rpy2.ipython
Unfortunately anytime I try to use %%R or %R nothing happens except the error message that states that there's no %R magic.
In fact as I try:
%lsmagic
a whole bunch of magic appears except R.