Skip to content

Commit

Permalink
Update lecture 2
Browse files Browse the repository at this point in the history
  • Loading branch information
utkinis committed Sep 23, 2024
1 parent c813ccc commit 89b5d8c
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion exercise-notebooks/deploy_notebooks.jl
Original file line number Diff line number Diff line change
@@ -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
##
Expand Down
2 changes: 1 addition & 1 deletion exercise-notebooks/lecture2_ex4.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion exercise-notebooks/notebooks/lecture2_ex4.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion slide-notebooks/deploy_notebooks.jl
Original file line number Diff line number Diff line change
@@ -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
##
Expand Down
Binary file modified slide-notebooks/figures/l2_survey-git-question.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified slide-notebooks/notebooks/figures/l2_survey-git-question.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified website/_assets/literate_figures/l2_survey-git-question.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/_assets/literate_figures/l3_checkmark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion website/_literate/lecture2_ex4_web.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 89b5d8c

Please sign in to comment.