A small introduction into Julia. To view (and execute) the notebook start up julia:
shell> julia
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "?help" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.4.5 (2016-03-18 00:58 UTC)
_/ |\__'_|_|_|\__'_| |
|__/ | x86_64-apple-darwin15.4.0
julia>
and add support for the jupyter notebook:
julia> Pkg.add("IJulia")
Then start the jupyter notebook from the command line
shell> jupyter notebook
A browser will pop up. Open the "Introduction.ipynb".