Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

R is available via Jupyterlab by activating the environment for it from your preferred conda module.   Your bash shell should be setup with "conda init bash" as above.  Then append to your .bashrc, the line to activate the R environment.  We've provided a conda environment at /sw/external/python/anaconda3_Rcpu that you should be able to use with any of anaconda3_<cpu,gpu,mi100>.  It will run R on the cpu cores (not gpu enabled).

Code Block
titlemyRenvdelta provided R environment
(/sw/external/python/anaconda3_Rcpu) tail -4 .bashrc
# <<< conda initialize <<<

conda activate /sw/external/python/anaconda3_Rcpu

(/sw/external/python/anaconda3_Rcpu) 

...