Translations:JupyterNotebook/64/en

From Alliance Doc
Jump to navigation Jump to search
  1. Load the Julia module.
    [name@server ~]$ module load julia
    
  2. Activate the Jupyter Notebook virtual environment.
    [name@server ~]$ source $HOME/jupyter_py3/bin/activate
    
  3. Install IJulia.
    (jupyter_py3)_[name@server ~]$ echo 'Pkg.add("IJulia")' | julia