I\'m trying to use the rmagic extension for the IPython notebook, using Python 2.7.6 via Enthought Canopy.
When I try the following example:
import n
Are you using %load_ext rmagic?
%load_ext rmagic
If so, try using %load_ext rpy2.ipython instead.
%load_ext rpy2.ipython
This is one of the new features in version 2.4.0.