=====================
%load_ext rmagic
=====================
=====================
%%R
x<-c(1,2,3)
y<-c(2,3,4)
plot(x,y)
=====================
While working on AWS, my plots would not show up inline. I found out that this is because rpy2 only works for python 2.7.5.
The easy fix is
No comments:
Post a Comment