Tutorial material for Julia basic training using from zero to Julia content as Jupyter Notebooks to distribute reproducible code.
Run on mybinder.org:
Run locally:
Requirements:
- Julia > v1.6
- IJulia
- conda
- 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