custom python environment

I have keras installed in a particular conda environment. Is there a way to have the r keras packge save this conda environment location or i have to do reticulate::use_condaenv everytime i want to use keras on a fresh rstudio session?

Thanks

You can set this in your .Rprofile that way you don't have to manually do it on every new R session

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.