Translations:JupyterNotebook/64/fr: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
No edit summary
m (FuzzyBot moved page Translations:Jupyter/64/fr to Translations:JupyterNotebook/64/fr without leaving a redirect: Part of translatable page "Jupyter")
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
# Chargez le module Julia. {{Command|module load julia}}
<ol>
# Activez l'environnement virtuel Jupyter Notebook. {{Command|source $HOME/jupyter_py3/bin/activate}}
<li>Chargez le module [[Julia]]. {{Command2|module load julia}}
# Installez IJulia. {{Command|prompt=(jupyter_py3)[name@server $]|echo 'Pkg.add("IJulia")' {{!}} julia}}
<li>Activez l'environnement virtuel Jupyter Notebook. {{Command2|source $HOME/jupyter_py3/bin/activate}}
<li>Installez IJulia. {{Command2|prompt=(jupyter_py3)_[name@server ~]$|echo 'Pkg.add("IJulia")' {{!}} julia}}
</ol>

Latest revision as of 13:59, 28 January 2021

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (JupyterNotebook)
<ol>
<li>Load the [[Julia]] module. {{Command2|module load julia}}
<li>Activate the Jupyter Notebook virtual environment. {{Command2|source $HOME/jupyter_py3/bin/activate}}
<li>Install IJulia. {{Command2|prompt=(jupyter_py3)_[name@server ~]$|echo 'Pkg.add("IJulia")' {{!}} julia}}
</ol>
  1. Chargez le module Julia.
    [name@server ~]$ module load julia
    
  2. Activez l'environnement virtuel Jupyter Notebook.
    [name@server ~]$ source $HOME/jupyter_py3/bin/activate
    
  3. Installez IJulia.
    (jupyter_py3)_[name@server ~]$ echo 'Pkg.add("IJulia")' | julia