You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/lecture1.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,7 @@ Topic | Notebook
36
36
:-----: | :--------:
37
37
Variables | [click for notebook (done in Intro to Programming)](https://floswald.github.io/julia-bootcamp/01-variables.html)
38
38
Functions | [click for notebook (done in Intro to Programming)](https://floswald.github.io/julia-bootcamp/02-functions.html)
39
-
Arrays | [click for notebook](https://floswald.github.io/julia-bootcamp/03-arrays.html)
40
-
SIR Model | [click for notebook](https://floswald.github.io/julia-bootcamp/09-introsir.html)
39
+
41
40
42
41
Please run the [01-fast.jl](https://github.com/floswald/NumericalMethods/tree/master/notebooks/week1/01-fast.jl) notebook on your own computer for the benchmarks! 🏎️
Copy file name to clipboardExpand all lines: website/lecture2.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ In this lecture we will start talking `julia`! We will go through a series of no
7
7
8
8
Topic | Notebook
9
9
:-----: | :--------:
10
+
Arrays | [click for notebook](https://floswald.github.io/julia-bootcamp/03-arrays.html)
11
+
SIR Model | [click for notebook](https://floswald.github.io/julia-bootcamp/09-introsir.html)
10
12
Defining Data Types | [click for notebook](https://floswald.github.io/julia-bootcamp/04-defining-types.html)
11
13
Intro do Differential Equations | [click for notebook](https://floswald.github.io/julia-bootcamp/08-popgrowth.html)
12
14
@@ -22,7 +24,7 @@ Intro do Differential Equations | [click for notebook](https://floswald.github.i
22
24
What is below used to be my way of getting you started. I think `MoJuWo` does a much better job at this, so I am switching you over to their content instead. [click here](https://modernjuliaworkflows.org/writing/)
23
25
24
26
25
-
This is outdate below:
27
+
## Outdated
26
28
27
29
I asked you to install the [julia-vscode](https://www.julia-vscode.org) extention for the vscode editor [initially](../#prerequisites). Today we'll have a first look at this environment. Some things we'll go over are:
0 commit comments