Skip to content

Instantly share code, notes, and snippets.

@cccntu
Last active November 9, 2020 15:00
Show Gist options
  • Save cccntu/0f889ef925a28683bad2d4c3a50124f4 to your computer and use it in GitHub Desktop.
Save cccntu/0f889ef925a28683bad2d4c3a50124f4 to your computer and use it in GitHub Desktop.
Install Julia and use it in jupyter notebook
conda install -c conda-forge julia
conda activate julia
conda install notebook
julia # use julia REPL to install IJulia (necessary)
> using Pkg
> Pkg.add("IJulia")

done, now you can use julia in jupyter notebook

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment