Tutorial material for Julia basic training using from zero to Julia content as Jupyter Notebooks to distribute reproducible code.
Run locally:
Requirements:
- Julia latest version (1.11+)
- VS Code
- IJulia (already included in the project, no need to install separately)
$ git clone https://github.com/ornl-training/julia-basics.git
$ cd julia-basics
$ julia --project -e "import Pkg; Pkg.instantiate()"
- Open the project directory in VS Code
- Open a notebook in the
notebooksdirectory. - Select the Julia kernel in the top right corner of the notebook interface.
- Run the cells in the notebook.
See Project.toml for required Julia packages
Run on mybinder.org (might be outdated, not recommended):