- download Julia to your operating system and complete the installation.
- Open the Julia Command-Line
- Add Julia to Jupyter Notebook by typing these commands and hitting ENTER.
using Pkg
Pkg.add("IJulia")
- Open the Anaconda Navigator, launch Jupyter Notebook.
- Create a new Notebook and select Julia from the drop-down list
I also highly recommend watch this two-hour YouTube tutorial.