Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit 7e20c67

Browse files
committed
Rel 4.1.0 - Updated chapters 5-14 (adapted from Max Lapan's work)
1 parent 299a703 commit 7e20c67

20 files changed

+23651
-1592
lines changed

notebooks/Chapter_00.jl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
### A Pluto.jl notebook ###
22
# v0.19.3
33

4+
html"""
5+
<style>
6+
main {
7+
margin: 0 auto;
8+
max-width: 2000px;
9+
padding-left: max(160px, 10%);
10+
padding-right: max(160px, 10%);
11+
}
12+
</style>
13+
"""
14+
415
using Markdown
516
using InteractiveUtils
617

notebooks/Chapter_02.jl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
### A Pluto.jl notebook ###
22
# v0.19.3
33

4+
html"""
5+
<style>
6+
main {
7+
margin: 0 auto;
8+
max-width: 2000px;
9+
padding-left: max(160px, 10%);
10+
padding-right: max(160px, 10%);
11+
}
12+
</style>
13+
"""
14+
415
using Markdown
516
using InteractiveUtils
617

notebooks/Chapter_03.jl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
### A Pluto.jl notebook ###
22
# v0.19.3
33

4+
html"""
5+
<style>
6+
main {
7+
margin: 0 auto;
8+
max-width: 2000px;
9+
padding-left: max(160px, 10%);
10+
padding-right: max(160px, 10%);
11+
}
12+
</style>
13+
"""
14+
415
using Markdown
516
using InteractiveUtils
617

notebooks/Chapter_04_part_1.jl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
### A Pluto.jl notebook ###
22
# v0.19.3
33

4+
html"""
5+
<style>
6+
main {
7+
margin: 0 auto;
8+
max-width: 2000px;
9+
padding-left: max(160px, 10%);
10+
padding-right: max(160px, 10%);
11+
}
12+
</style>
13+
"""
14+
415
using Markdown
516
using InteractiveUtils
617

notebooks/Chapter_04_part_2.jl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
### A Pluto.jl notebook ###
22
# v0.19.3
33

4+
html"""
5+
<style>
6+
main {
7+
margin: 0 auto;
8+
max-width: 2000px;
9+
padding-left: max(160px, 10%);
10+
padding-right: max(160px, 10%);
11+
}
12+
</style>
13+
"""
14+
415
using Markdown
516
using InteractiveUtils
617

notebooks/Chapter_04_part_3.jl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
### A Pluto.jl notebook ###
22
# v0.19.3
33

4+
html"""
5+
<style>
6+
main {
7+
margin: 0 auto;
8+
max-width: 2000px;
9+
padding-left: max(160px, 10%);
10+
padding-right: max(160px, 10%);
11+
}
12+
</style>
13+
"""
14+
415
using Markdown
516
using InteractiveUtils
617

notebooks/Chapter_05_1_Spurious_Associations.jl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
### A Pluto.jl notebook ###
22
# v0.19.3
33

4+
html"""
5+
<style>
6+
main {
7+
margin: 0 auto;
8+
max-width: 2000px;
9+
padding-left: max(160px, 10%);
10+
padding-right: max(160px, 10%);
11+
}
12+
</style>
13+
"""
14+
415
using Markdown
516
using InteractiveUtils
617

notebooks/Chapter_05_2_MaskedRelationships.jl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
### A Pluto.jl notebook ###
22
# v0.19.3
33

4+
html"""
5+
<style>
6+
main {
7+
margin: 0 auto;
8+
max-width: 2000px;
9+
padding-left: max(160px, 10%);
10+
padding-right: max(160px, 10%);
11+
}
12+
</style>
13+
"""
14+
415
using Markdown
516
using InteractiveUtils
617

notebooks/Chapter_05_3_Categorical_Variables.jl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
### A Pluto.jl notebook ###
22
# v0.19.3
33

4+
html"""
5+
<style>
6+
main {
7+
margin: 0 auto;
8+
max-width: 2000px;
9+
padding-left: max(160px, 10%);
10+
padding-right: max(160px, 10%);
11+
}
12+
</style>
13+
"""
14+
415
using Markdown
516
using InteractiveUtils
617

0 commit comments

Comments
 (0)