1
I just can’t test python functions with R. In my notebook jupyter I did:
!Pip install rpy2
And when having imported the robjects gives error:
import rpy2.robjects as ro;
1
I just can’t test python functions with R. In my notebook jupyter I did:
!Pip install rpy2
And when having imported the robjects gives error:
import rpy2.robjects as ro;
Browser other questions tagged r python-3.x ubuntu
You are not signed in. Login or sign up in order to post.