Download Julia
https://julialang.org/downloads/
For me, MacOS Package (.dmg)
_
_ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help. | | | | | | |/ _` | | | | |_| | | | (_| | | Version 1.0.1 (2018-09-29) _/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release|__/ |
julia> println("Hello World,", "Julia!")Hello World,Julia!
Clone Julia:
git clone https://github.com/JuliaLang/julia.git
Visit JuliaBox.com (iJulia Jupyter notebooks):
JuliaBox.com
Install Juno (Atom IDE)
http://docs.junolab.org/latest/man/installation.html
iJulia in Jupyter Notebook
julia> using Pkg
julia> Pkg.add("IJulia")
Jupyter NBInclude.jl
https://github.com/stevengj/NBInclude.jl
$ git clone https://github.com/stevengj/NBInclude.jl.git julia_NBInclude