Clarified some instructions.

This commit is contained in:
Marco Oesting 2023-10-11 10:49:10 +02:00
parent 34d36e92d1
commit 4c1392b349

View File

@ -8,7 +8,9 @@ The slides are available [in pptx format here](Julia_Matrices_Optimization_JuMP_
## Exercise
Please download the files [Manifest.toml](Manifest.toml) and [Project.toml](Project.toml), put the files in the same folder that \*.ipynb file is located.
The exercise is rendered [as html here](Julia_Matrices_Optimization_JuMP_Stuttgart2023.ipynb) but can also be downloaded {{< downloadthis Julia_Matrices_Optimization_JuMP_Stuttgart2023.ipynb label="Download as ipynb" >}}
Before starting the exercise, please download the files [Manifest.toml](Manifest.toml) and [Project.toml](Project.toml), put the files in the same folder that \*.ipynb file is located.
Start Julia in that directory and run the following commands:
@ -26,4 +28,3 @@ using IJulia; notebook(dir=".")
```
The exercise is rendered [as html here](Julia_Matrices_Optimization_JuMP_Stuttgart2023.ipynb) but can also be downloaded {{< downloadthis Julia_Matrices_Optimization_JuMP_Stuttgart2023.ipynb label="Download as ipynb" >}}