Re: [Rpy] Output from rpy2 goes to console, not Jupyter notebook

2017-05-05 Thread David Miller
Thanks for the feedback. Wow that's too bad - are there no work arounds? Unfortunately my company spent a lot of money buying the enterprise version of Anaconda so we could host our own repo, so I don't think running Docker is a solution since we've already made our investment. So I need to find a

Re: [Rpy] Output from rpy2 goes to console, not Jupyter notebook

2017-05-05 Thread Laurent Gautier
Windows support is limited (no official support actually). Fatures such as callbacks to reroute console output are not working in Windows. Try running jupyter and rpy2 in a docker container. On Thu, May 4, 2017, 9:47 PM David Miller wrote: > I've got rpy2 and R magic working in an Anaconda Pyth

[Rpy] Output from rpy2 goes to console, not Jupyter notebook

2017-05-04 Thread David Miller
I've got rpy2 and R magic working in an Anaconda Python Jupyter notebook that I'm using in a Windows environment. However some of the R output -- seems like everything that's not graphical -- is being sent to the console, not the Jupyter workbook. Does anyone know how to adjust the relevant settin