Skip to content

lagefreitas/2018-julia-hands-on

Repository files navigation

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.

Local installation

  1. Install Julia
  2. Install IJulia Notebook
  3. Download (or git clone) this repository at you $HOME directory.
  4. Run IJulia:julia -E "using IJulia; notebook()"
  5. Open this repository directory and then open the contents.ipynb file:

JuliaBox

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.

  1. Download this repository.
  2. Go to JuliaBox and sign in by using a Github, Google, or Facebook account.
  3. Click at the Git button (up and left).
  4. At the Git Clone URL field put https://github.com/proflage/2018-julia-hands-on.git.
  5. Click at the + button and wait until JuliaBox clone the repository to your JuliaBox envorionment and then click at the Close button.
  6. Open the repository directory and then the contensts.ipynb file.