How to load python modules in Rstudio instance -
reproducible example.
from bash try:
$ r > library(rpython) > python.exec("help('modules')")
i loads, e.g.
blaze itertools scipy blz itsdangerous see
now try same in rstudio:
> library(rpython) > python.exec("help('modules')")
crash!
update
i've tried on rstudio 0.99.451 (old dev version) , 0.99.467 (current latest - https://www.rstudio.com/products/rstudio/download/ ).
Comments
Post a Comment