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

Yeah, there are bridges for converting Python data types to R and vice versa (Rpy2).
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!
Feels like it should be called circumference, since multiplication is commutative :P (2pyr)
No, R and Python are separate kernels (think compiler). You can mix Shell and Python or Shell and R though.