Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 674 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 674 Bytes

julia-basics

Tutorial material for Julia basic training using from zero to Julia content as Jupyter Notebooks to distribute reproducible code.

Run on mybinder.org:

Binder

Run locally:

Requirements:

  1. Julia > v1.6
  2. IJulia
  3. conda
  4. Jupyter Lab
$ git clone https://github.com/ornl-training/julia-basics.git
$ cd julia-basics
$ julia --project -e "import Pkg; Pkg.instantiate()"
$ conda activate
(base) $ cd notebooks
(base) $ jupyter-lab

See Project.toml for required Julia packages