Issue description
Whenever loading rpy2 in a Jupyter notebook, R code executed with a %%Rcell magic gets printed in the command prompt instead of the notebook cell. Plots show up properly in the notebook though.
I also noticed that the %R inline magic works properly, with code printed in the cell as expected.
Installation steps
- Python 2.7.11 :: Anaconda 2.5.0 (64-bit)
- notebook 4.1.0 installed via pip
- R 3.3.1 (x64) located in Program Files
- rpy2-2.7.8-cp27-none-win_amd64.whl installed via pip
- PATH:
R_USER = C:\Users\myusernameR_HOME = C:\Program Files\R\R-3.3.1- Added
C:\Program Files\R\R-3.3.1\bin\i386

%load_ext rpy2.ipythonand then add%%Rat the top of the cell.