JupyterNotebook/fr: Difference between revisions

Jump to navigation Jump to search
Updating to match new version of source page
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 162: Line 162:
=== Julia ===
=== Julia ===


<div class="mw-translate-fuzzy">
# Cahrgez le module Julia. {{Command|module load julia}}
# Cahrgez le module Julia. {{Command|module load julia}}
# Activez l'environnement virtuel Jupyter Notebook. {{Command|source $HOME/jupyter_py3/bin/activate}}
# Activez l'environnement virtuel Jupyter Notebook. {{Command|source $HOME/jupyter_py3/bin/activate}}
# Installez IJulia. {{Command|echo 'Pkg.add("IJulia")' {{!}} julia}}
# Installez IJulia. {{Command|echo 'Pkg.add("IJulia")' {{!}} julia}}
</div>


Pour plus d'information, consultez la [https://github.com/JuliaLang/IJulia.jl documentation IJulia].
Pour plus d'information, consultez la [https://github.com/JuliaLang/IJulia.jl documentation IJulia].
Line 170: Line 172:
=== R ===
=== R ===


<div class="mw-translate-fuzzy">
# Chargez le module R. {{Command|module load r}}
# Chargez le module R. {{Command|module load r}}
# Activez l'environnement virtuel Jupyter Notebook. {{Command|source $HOME/jupyter_py3/bin/activate}}
# Activez l'environnement virtuel Jupyter Notebook. {{Command|source $HOME/jupyter_py3/bin/activate}}
Line 175: Line 178:
# Installez le ''kernel'' R. {{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')))"}}
# Installez le spec file du ''kernel'' R. {{Command|R -e "IRkernel::installspec()"}}
# Installez le spec file du ''kernel'' R. {{Command|R -e "IRkernel::installspec()"}}
</div>


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 ==
38,760

edits

Navigation menu