We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 296f766 commit c691d59Copy full SHA for c691d59
_quarto.yml
@@ -13,6 +13,7 @@ project:
13
- part-06/*.qmd
14
- part-07/*.qmd
15
- part-08/*.qmd
16
+ - part-09/*.qmd
17
- part-10/*.qmd
18
- assignments/*.qmd
19
@@ -81,6 +82,12 @@ website:
81
82
href: part-08/lecture-pandas.qmd
83
- text: "Tutorial"
84
href: part-08/tutorial-pandas.qmd
85
+ - section: "09 Plotting"
86
+ contents:
87
+ - text: "Lecture"
88
+ href: part-09/lecture-plotting.qmd
89
+ - text: "Tutorial"
90
+ href: part-09/tutorial-plotting.qmd
91
- section: "10 Projects"
92
contents:
93
- text: "Lecture"
0 commit comments