[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

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

2017-05-05 Thread David Miller
ute 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 Python Jupyter notebook >> that I'm using in a Win