Julia Hands-on at SBPC 2018
You need IJulia to run this tutorial which works in Julia 0.6.3. You are very welcome to use further Julia versions and pull requests to make it work in these versions.
- Install Julia
- Install IJulia Notebook
- Download (or
git clone
) this repository at you$HOME
directory. - Run IJulia:
julia -E "using IJulia; notebook()"
- Open this repository directory and then open the
contents.ipynb
file:
You might also run this tutorial without installing Julia. JuliBox offers free and payed Cloud Computing services to Julia programming environment. Free JuliaBox service includes 90min trial for each session and up to 3 CPU cores, 12GB RAM, and 2GB of disk space.
- Download this repository.
- Go to JuliaBox and sign in by using a Github, Google, or Facebook account.
- Click at the
Git
button (up and left). - At the
Git Clone URL
field puthttps://github.com/proflage/2018-julia-hands-on.git
. - Click at the
+
button and wait until JuliaBox clone the repository to your JuliaBox envorionment and then click at theClose
button. - Open the repository directory and then the
contensts.ipynb
file.