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
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