JupyterNotebook/fr: Difference between revisions

Jump to navigation Jump to search
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..."
(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 ===


# Load the R module. {{Command|module load r}}
# Chargez le module R. {{Command|module load r}}
# Activate the Jupyter Notebook virtual environment. {{Command|source $HOME/jupyter_py3/bin/activate}}
# Activez l'environnement virtuel Jupyter Notebook. {{Command|source $HOME/jupyter_py3/bin/activate}}
# Install the R kernel dependencies. {{Command|R -e "install.packages(c('crayon', 'pbdZMQ', 'devtools'), repos{{=}}'http://cran.us.r-project.org')"}}
# Installez les dépendences de ''kernel'' R. {{Command|R -e "install.packages(c('crayon', 'pbdZMQ', 'devtools'), repos{{=}}'http://cran.us.r-project.org')"}}
# Install the R kernel. {{Command|R -e "devtools::install_github(paste0('IRkernel/', c('repr', 'IRdisplay', 'IRkernel')))"}}
# Installez le ''kernel'' R. {{Command|R -e "devtools::install_github(paste0('IRkernel/', c('repr', 'IRdisplay', 'IRkernel')))"}}
# Install the R kernel spec file. {{Command|R -e "IRkernel::installspec()"}}
# 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 ==
rsnt_translations
56,430

edits

Navigation menu