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