diff --git a/exercise-notebooks/deploy_notebooks.jl b/exercise-notebooks/deploy_notebooks.jl index e524c849..692d3cbf 100644 --- a/exercise-notebooks/deploy_notebooks.jl +++ b/exercise-notebooks/deploy_notebooks.jl @@ -1,6 +1,6 @@ using Literate ## include Literate scripts starting with following letters in the deploy -incl = "lecture10_" +incl = "lecture2_" ## Set `sol=true` to produce output with solutions contained and hints stripts. Otherwise the other way around. sol = false ## diff --git a/exercise-notebooks/lecture2_ex4.jl b/exercise-notebooks/lecture2_ex4.jl index 56cfcfe1..c35d289d 100644 --- a/exercise-notebooks/lecture2_ex4.jl +++ b/exercise-notebooks/lecture2_ex4.jl @@ -15,7 +15,7 @@ As final homework task for this second lecture, you will have to ### Julia install Ensure you have access to -- the latest version of Julia (>= v1.9) +- the latest version of Julia (>= v1.10) - a fully functional REPL (command window) You should be able to visualise scripts' output graphically when, e.g., plotting something: diff --git a/exercise-notebooks/notebooks/lecture2_ex4.ipynb b/exercise-notebooks/notebooks/lecture2_ex4.ipynb index 3c3c6b5e..12c5e556 100644 --- a/exercise-notebooks/notebooks/lecture2_ex4.ipynb +++ b/exercise-notebooks/notebooks/lecture2_ex4.ipynb @@ -25,7 +25,7 @@ "\n", "### Julia install\n", "Ensure you have access to\n", - "- the latest version of Julia (>= v1.9)\n", + "- the latest version of Julia (>= v1.10)\n", "- a fully functional REPL (command window)\n", "\n", "You should be able to visualise scripts' output graphically when, e.g., plotting something:\n", diff --git a/slide-notebooks/deploy_notebooks.jl b/slide-notebooks/deploy_notebooks.jl index 9ff7c342..83da1078 100644 --- a/slide-notebooks/deploy_notebooks.jl +++ b/slide-notebooks/deploy_notebooks.jl @@ -1,6 +1,6 @@ using Literate ## include Literate scripts starting with following 3 letters in the deploy -incl = "l1_" +incl = "l2_" ## Set `sol=true` to produce output with solutions contained and hints stripts. Otherwise the other way around. sol = false ## diff --git a/slide-notebooks/figures/l2_survey-git-question.png b/slide-notebooks/figures/l2_survey-git-question.png index 9b316c92..8dee0c3f 100644 Binary files a/slide-notebooks/figures/l2_survey-git-question.png and b/slide-notebooks/figures/l2_survey-git-question.png differ diff --git a/slide-notebooks/notebooks/figures/l2_survey-git-question.png b/slide-notebooks/notebooks/figures/l2_survey-git-question.png index 9b316c92..8dee0c3f 100644 Binary files a/slide-notebooks/notebooks/figures/l2_survey-git-question.png and b/slide-notebooks/notebooks/figures/l2_survey-git-question.png differ diff --git a/website/_assets/literate_figures/l2_random-noise.png b/website/_assets/literate_figures/l2_random-noise.png new file mode 100644 index 00000000..a66f2cc8 Binary files /dev/null and b/website/_assets/literate_figures/l2_random-noise.png differ diff --git a/website/_assets/literate_figures/l2_survey-git-question.png b/website/_assets/literate_figures/l2_survey-git-question.png index 9b316c92..8dee0c3f 100644 Binary files a/website/_assets/literate_figures/l2_survey-git-question.png and b/website/_assets/literate_figures/l2_survey-git-question.png differ diff --git a/website/_assets/literate_figures/l3_checkmark.png b/website/_assets/literate_figures/l3_checkmark.png new file mode 100644 index 00000000..d452841d Binary files /dev/null and b/website/_assets/literate_figures/l3_checkmark.png differ diff --git a/website/_assets/literate_figures/l4_porous_convection_2D_ex1.mp4 b/website/_assets/literate_figures/l4_porous_convection_2D_ex1.mp4 new file mode 100644 index 00000000..43c12553 Binary files /dev/null and b/website/_assets/literate_figures/l4_porous_convection_2D_ex1.mp4 differ diff --git a/website/_assets/literate_figures/l7_ex1_porous_convect.png b/website/_assets/literate_figures/l7_ex1_porous_convect.png new file mode 100644 index 00000000..e013742d Binary files /dev/null and b/website/_assets/literate_figures/l7_ex1_porous_convect.png differ diff --git a/website/_assets/literate_figures/l7_ex1_porous_convect_final.mp4 b/website/_assets/literate_figures/l7_ex1_porous_convect_final.mp4 new file mode 100644 index 00000000..0f1a62a2 Binary files /dev/null and b/website/_assets/literate_figures/l7_ex1_porous_convect_final.mp4 differ diff --git a/website/_assets/literate_figures/l7_ex2_porous_convect.png b/website/_assets/literate_figures/l7_ex2_porous_convect.png new file mode 100644 index 00000000..8c424efc Binary files /dev/null and b/website/_assets/literate_figures/l7_ex2_porous_convect.png differ diff --git a/website/_assets/literate_figures/l7_ex2_porous_convect_sl.png b/website/_assets/literate_figures/l7_ex2_porous_convect_sl.png new file mode 100644 index 00000000..45ace02d Binary files /dev/null and b/website/_assets/literate_figures/l7_ex2_porous_convect_sl.png differ diff --git a/website/_literate/lecture2_ex4_web.jl b/website/_literate/lecture2_ex4_web.jl index f90534fc..b3d385c3 100644 --- a/website/_literate/lecture2_ex4_web.jl +++ b/website/_literate/lecture2_ex4_web.jl @@ -15,7 +15,7 @@ As final homework task for this second lecture, you will have to ### Julia install Ensure you have access to -- the latest version of Julia (>= v1.9) +- the latest version of Julia (>= v1.10) - a fully functional REPL (command window) You should be able to visualise scripts' output graphically when, e.g., plotting something: