如何在Rstudio实例中加载python模块

时间:2015-08-05 10:56:59

标签: module rstudio rpython

可重复的例子。

从bash尝试:

$ R
> library(rPython)
> python.exec("help('modules')")

我得到了负载,例如

blaze               itertools           scipy               
blz                 itsdangerous        see 

现在在RStudio中尝试相同的事情:

> library(rPython)
> python.exec("help('modules')")

崩溃!

enter image description here

更新

我在RStudio 0.99.451(旧开发版)和0.99.467(当前最新版本 - https://www.rstudio.com/products/rstudio/download/)上试过这个。

0 个答案:

没有答案