cc_staff
505
edits
No edit summary |
No edit summary |
||
Line 224: | Line 224: | ||
=== R === | === R === | ||
< | <ol> | ||
<li>Chargez le module R. {{Command2|module load r}} | |||
<li>Activez l'environnement virtuel Jupyter Notebook. {{Command2|source $HOME/jupyter_py3/bin/activate}} | |||
<li>Installez les dépendances du ''kernel''. {{Command2|prompt=(jupyter_py3)_[name@server ~]$|R -e "install.packages(c('crayon', 'pbdZMQ', 'devtools'), repos{{=}}'http://cran.us.r-project.org')"}} | |||
<li>Installez le ''kernel'' R. {{Command2|prompt=(jupyter_py3)_[name@server ~]$|R -e "devtools::install_github(paste0('IRkernel/', c('repr', 'IRdisplay', 'IRkernel')))"}} | |||
<li>Installez le fichier de configuration du noyau (''kernel'') R. {{Command2|prompt=(jupyter_py3)_[name@server ~]$|R -e "IRkernel::installspec()"}} | |||
</ | </ol> | ||
Pour plus d'information, consultez la [https://irkernel.github.io/docs/ documentation IRKernel]. | Pour plus d'information, consultez la [https://irkernel.github.io/docs/ documentation IRKernel]. | ||
== Références == | == Références == |