JupyterNotebook/fr: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 224: Line 224:
=== R ===
=== R ===


<div class="mw-translate-fuzzy">
<ol>
# Chargez le module R. {{Command2|module load r}}
<li>Chargez le module R. {{Command2|module load r}}
# Activez l'environnement virtuel Jupyter Notebook. {{Command2|source $HOME/jupyter_py3/bin/activate}}
<li>Activez l'environnement virtuel Jupyter Notebook. {{Command2|source $HOME/jupyter_py3/bin/activate}}
# 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 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')))"}}
<li>Installez le ''kernel'' R. {{Command2|prompt=(jupyter_py3)_[name@server ~]$|R -e "devtools::install_github(paste0('IRkernel/', c('repr', 'IRdisplay', 'IRkernel')))"}}
# Installez le fichier de configuration du noyau (''kernel'') R. {{Command2|prompt=(jupyter_py3)_[name@server ~]$|R -e "IRkernel::installspec()"}}
<li>Installez le fichier de configuration du noyau (''kernel'') R. {{Command2|prompt=(jupyter_py3)_[name@server ~]$|R -e "IRkernel::installspec()"}}
</div>
</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 ==
cc_staff
505

edits