Translations:JupyterNotebook/64/fr

From Alliance Doc
Revision as of 13:59, 28 January 2021 by FuzzyBot (talk | contribs) (FuzzyBot moved page Translations:Jupyter/64/fr to Translations:JupyterNotebook/64/fr without leaving a redirect: Part of translatable page "Jupyter")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  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