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!

enter image description here

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

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -