Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
IndianAstronaut
10y ago
0 comments
Share
>all in one document.
So it is possible to run both R and Python commands in the same notebook?
0 comments
default
newest
oldest
hni
10y ago
Yes you can, it's quite convenient:
http://blog.revolutionanalytics.com/2016/01/pipelining-r-pyt...
trentnelson
10y ago
Yeah, there are bridges for converting Python data types to R and vice versa (Rpy2).
dandermotj
10y 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!
Tyr42
10y ago
Feels like it should be called circumference, since multiplication is commutative :P (2
py
r)
qhoc
10y ago
No, R and Python are separate kernels (think compiler). You can mix Shell and Python or Shell and R though.
j
/
k
navigate · click thread line to collapse