Skip to content

Commit

Permalink
Update lecture 4
Browse files Browse the repository at this point in the history
  • Loading branch information
utkinis committed Oct 8, 2024
1 parent 2f370c9 commit fde1d70
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions slide-notebooks/deploy_notebooks.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using Literate
## include Literate scripts starting with following 3 letters in the deploy
incl = "l3_"
incl = "l4_"
## Set `sol=true` to produce output with solutions contained and hints stripts. Otherwise the other way around.
sol = true
sol = false
##

function replace_string(str)
Expand Down
2 changes: 1 addition & 1 deletion slide-notebooks/l4_1-porous-convect.jl
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ This can be achieved by typing entering the Pkg mode from the Julia REPL in the
```julia-repl
julia> ]
(@v1.9) pkg> activate .
(@v1.10) pkg> activate .
(lectureXX) pkg> add Plots
```
Expand Down
2 changes: 1 addition & 1 deletion slide-notebooks/notebooks/l4_1-porous-convect.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@
"```julia-repl\n",
"julia> ]\n",
"\n",
"(@v1.9) pkg> activate .\n",
"(@v1.10) pkg> activate .\n",
"\n",
"(lectureXX) pkg> add Plots\n",
"```\n",
Expand Down
2 changes: 1 addition & 1 deletion website/_literate/l4_1-porous-convect_web.jl
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ This can be achieved by typing entering the Pkg mode from the Julia REPL in the
```julia-repl
julia> ]
(@v1.9) pkg> activate .
(@v1.10) pkg> activate .
(lectureXX) pkg> add Plots
```
Expand Down

0 comments on commit fde1d70

Please sign in to comment.