rpy2 imports with no issue but %load_ext rpy2.ipython and %%R come up with SyntaxError: invalid syntax
%load_ext rpy2.ipython
%%R
SyntaxError: invalid syntax
Any idea what I am missi