Translations:JupyterLab/57/en

From Alliance Doc
Jump to navigation Jump to search
  1. Activate the Python virtual environment.
    [name@server ~]$ source $HOME/jupyter_py3.8/bin/activate
    
  2. Load the Julia module.
    (jupyter_py3.8) [name@server ~]$ module load julia
    
  3. Install IJulia.
    (jupyter_py3.8) [name@server ~]$ echo -e 'using Pkg\nPkg.add("IJulia")' | julia
    
  4. Deactivate the virtual environment and close the remote session:
    (jupyter_py3.8) [name@server ~]$ deactivate && exit
    
  5. Start or restart a new JupyterLab session.