Skip to content

Commit fde1d70

Browse files
committed
Update lecture 4
1 parent 2f370c9 commit fde1d70

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

slide-notebooks/deploy_notebooks.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
using Literate
22
## include Literate scripts starting with following 3 letters in the deploy
3-
incl = "l3_"
3+
incl = "l4_"
44
## Set `sol=true` to produce output with solutions contained and hints stripts. Otherwise the other way around.
5-
sol = true
5+
sol = false
66
##
77

88
function replace_string(str)

slide-notebooks/l4_1-porous-convect.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ This can be achieved by typing entering the Pkg mode from the Julia REPL in the
311311
```julia-repl
312312
julia> ]
313313
314-
(@v1.9) pkg> activate .
314+
(@v1.10) pkg> activate .
315315
316316
(lectureXX) pkg> add Plots
317317
```

slide-notebooks/notebooks/l4_1-porous-convect.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@
480480
"```julia-repl\n",
481481
"julia> ]\n",
482482
"\n",
483-
"(@v1.9) pkg> activate .\n",
483+
"(@v1.10) pkg> activate .\n",
484484
"\n",
485485
"(lectureXX) pkg> add Plots\n",
486486
"```\n",

website/_literate/l4_1-porous-convect_web.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ This can be achieved by typing entering the Pkg mode from the Julia REPL in the
311311
```julia-repl
312312
julia> ]
313313
314-
(@v1.9) pkg> activate .
314+
(@v1.10) pkg> activate .
315315
316316
(lectureXX) pkg> add Plots
317317
```

0 commit comments

Comments
 (0)