[IPython-dev] RJDBC in IPython using rmagic

Thomas Kluyver takowl at gmail.com
Fri Oct 18 18:10:13 EDT 2013


On 18 October 2013 13:58, Alessandro Gagliardi <adfgagliardi at gmail.com>wrote:

> It would seem that when R is being run through IPython Notebook, it cannot
> find libjvm.so. I'm not entirely clear on how rmagic works (and how running
> commands through a cell headed with %%R is different from running the same
> through R itself). Any help would be much appreciated.


rmagic is really just a thin wrapper around rpy2, which actually provides
the communication between Python and R. So you'll probably need to talk to
the people working on that:

http://rpy.sourceforge.net/maillist.html

Best wishes,
Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20131018/9fe17227/attachment.html>


More information about the IPython-dev mailing list