Translations:JupyterNotebook/64/en
Jump to navigation
Jump to search
- Load the Julia module.
[name@server ~]$ module load julia
- Activate the Jupyter Notebook virtual environment.
[name@server ~]$ source $HOME/jupyter_py3/bin/activate
- Install IJulia.
(jupyter_py3)_[name@server ~]$ echo 'Pkg.add("IJulia")' | julia