rsnt_translations
56,437
edits
(Created page with "Pour plus d'information, consultez la [https://github.com/JuliaLang/IJulia.jl documentation IJulia].") |
(Created page with "# Chargez le module R. {{Command|module load r}} # Activez l'environnement virtuel Jupyter Notebook. {{Command|source $HOME/jupyter_py3/bin/activate}} # Installez les dépende...") |
||
Line 188: | Line 188: | ||
=== R === | === R === | ||
# | # Chargez le module R. {{Command|module load r}} | ||
# | # Activez l'environnement virtuel Jupyter Notebook. {{Command|source $HOME/jupyter_py3/bin/activate}} | ||
# | # Installez les dépendences de ''kernel'' R. {{Command|R -e "install.packages(c('crayon', 'pbdZMQ', 'devtools'), repos{{=}}'http://cran.us.r-project.org')"}} | ||
# | # Installez le ''kernel'' R. {{Command|R -e "devtools::install_github(paste0('IRkernel/', c('repr', 'IRdisplay', 'IRkernel')))"}} | ||
# | # Installez le spec file du ''kernel'' R. {{Command|R -e "IRkernel::installspec()"}} | ||
For more information, see the [https://irkernel.github.io/docs/ IRKernel documentation]. | For more information, see the [https://irkernel.github.io/docs/ IRKernel documentation]. | ||
== References == | == References == |