rsnt_translations
56,430
edits
(Created page with "Pour plus d'information, voyez la information, see the [http://ipython.readthedocs.io/en/stable/install/kernel_install.html documentation ipykernel].") |
No edit summary |
||
Line 221: | Line 221: | ||
# 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')"}} | # 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')"}} | ||
# Installez le ''kernel'' R. {{Command2|prompt=(jupyter_py3)_[name@server ~]$|R -e "devtools::install_github(paste0('IRkernel/', c('repr', 'IRdisplay', 'IRkernel')))"}} | # Installez le ''kernel'' R. {{Command2|prompt=(jupyter_py3)_[name@server ~]$|R -e "devtools::install_github(paste0('IRkernel/', c('repr', 'IRdisplay', 'IRkernel')))"}} | ||
# Installez le | # Installez le fichier de configuration du noyau (''kernel'') R. {{Command2|prompt=(jupyter_py3)_[name@server ~]$|R -e "IRkernel::installspec()"}} | ||
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]. | ||
== References == | == References == |