I want to be able to use some of R functions / packages within jupyter notebook on DSX. In that case, I would need a python package called 'rpy2'. When I tried installing 'rpy2' following instructions on the DSX page, it gave me an error that says "it cannot locate the R_HOME". Is there a solution / workaround to this problem? Will appreciate your response!
Here's the error I get: Error message When I installed rpy2 on my PC, I had to create the R_HOME env variable and point it to the folder where R exists. On the DSX, I could get the path for R HOME (as "/usr/lib64/R"), but when i try to use 'setx' on the DSX notebook to set this path, I get the following:setx cannot be used to include R_HOME in path