Slides



The slides are available in pptx format here. Note that there are a few extra slides in case you are motivated to learn more!

Exercise

The exercise is rendered as html here but can also be downloaded

Before starting the exercise, please download the files Manifest.toml and Project.toml, put the files in the same folder that *.ipynb file is located.

Start Julia in that directory and run the following commands:


using Pkg; Pkg.activate("."); Pkg.instantiate()

Now, you are ready to open the notebook in VSCode or alternatively in the same Julia console that you used for installation. You can run the following commands:


using IJulia; notebook(dir=".")