Y
Hacker News
new
|
ask
|
show
|
jobs
by
IndianAstronaut
3723 days ago
>all in one document.
So it is possible to run both R and Python commands in the same notebook?
3 comments
hni
3722 days ago
Yes you can, it's quite convenient:
http://blog.revolutionanalytics.com/2016/01/pipelining-r-pyt...
link
trentnelson
3723 days ago
Yeah, there are bridges for converting Python data types to R and vice versa (Rpy2).
link
dandermotj
3722 days ago
Feather is a recently released data frame file that both R and Python can interface with. We have Hadley Whickam and Wes McKinney to thank for it!
link
Tyr42
3722 days ago
Feels like it should be called circumference, since multiplication is commutative :P (2
py
r)
link
qhoc
3723 days ago
No, R and Python are separate kernels (think compiler). You can mix Shell and Python or Shell and R though.
link