I am trying to run the rmagic functions extension example, but ipython crashes with console error message '\u used without hex digits in character string starting "c:\u". I suspect that this is an R error message caused by rmagic passing c:\path instead of c:\ or c:/.
There is probably an easy way to fix this (IPython or Notebook startup parameters?) , but, as a newbie to rmagic and rpy2, I need some expert help please.
The following simple snippet from the example causes the kernel to die:
import rpy2
%load_ext rmagic
%R x=1
I am a windows user...
I am a Windows user. I went to my IPython extention folder which for me is:
C:\Python27\Lib\site-packages\IPython\extensions
and openedrmagic.py
for editing. Found the lineand replaced it with the line:
The reason you do this is described here and here
Found a solution to this ipython/windows problem here