rpy2.robjects error in ubuntu - LookupError: 'show' not found

1

I simply can not test functions in python with R. In my jupyter notebook I did:

! pip install rpy2

And when importing robjects gives error:

import rpy2.robjects as ro;

    
asked by anonymous 27.08.2017 / 21:53

0 answers