Skip to content

Commit 89b5d8c

Browse files
committed
Update lecture 2
1 parent c813ccc commit 89b5d8c

15 files changed

+5
-5
lines changed

exercise-notebooks/deploy_notebooks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using Literate
22
## include Literate scripts starting with following letters in the deploy
3-
incl = "lecture10_"
3+
incl = "lecture2_"
44
## Set `sol=true` to produce output with solutions contained and hints stripts. Otherwise the other way around.
55
sol = false
66
##

exercise-notebooks/lecture2_ex4.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ As final homework task for this second lecture, you will have to
1515
1616
### Julia install
1717
Ensure you have access to
18-
- the latest version of Julia (>= v1.9)
18+
- the latest version of Julia (>= v1.10)
1919
- a fully functional REPL (command window)
2020
2121
You should be able to visualise scripts' output graphically when, e.g., plotting something:

exercise-notebooks/notebooks/lecture2_ex4.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"\n",
2626
"### Julia install\n",
2727
"Ensure you have access to\n",
28-
"- the latest version of Julia (>= v1.9)\n",
28+
"- the latest version of Julia (>= v1.10)\n",
2929
"- a fully functional REPL (command window)\n",
3030
"\n",
3131
"You should be able to visualise scripts' output graphically when, e.g., plotting something:\n",

slide-notebooks/deploy_notebooks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using Literate
22
## include Literate scripts starting with following 3 letters in the deploy
3-
incl = "l1_"
3+
incl = "l2_"
44
## Set `sol=true` to produce output with solutions contained and hints stripts. Otherwise the other way around.
55
sol = false
66
##
-10.2 KB
Loading
-10.2 KB
Loading
81.9 KB
Loading
-10.2 KB
Loading
80.9 KB
Loading
1.35 MB
Binary file not shown.

0 commit comments

Comments
 (0)