File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "editor.rulers" : [
3+ 78
4+ ],
5+ "files.insertFinalNewline" : true ,
6+ "files.trimFinalNewlines" : true ,
7+ "files.trimTrailingWhitespace" : true ,
8+ }
Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ book:
4848
4949 reader-mode : true
5050
51- # navbar:
52- # right:
53- # - href: exercises/index.qmd
54- # text: "Exercises, Assignments, and Projects"
55- # - about-author.qmd
51+ navbar :
52+ right :
53+ - text : " Exercises "
54+ href : exercises/index.qmd
55+ - about-author.qmd
5656
5757 # https://quarto.org/docs/websites/website-navigation.html#side-navigation
5858 sidebar :
@@ -155,6 +155,9 @@ book:
155155 text : " Correlation"
156156
157157
158+ - " -----------------"
159+ - exercises/index.qmd
160+
158161 - " -----------------"
159162 - about-author.qmd
160163 - " -----------------"
Original file line number Diff line number Diff line change 1+ # Exercises {.unnumbered}
2+
3+ ## Practice Problems
4+
5+ + [ CSV Processing Exercises] ( https://colab.research.google.com/drive/1_VnNTnehVE7Mk5m-9oElKNCPPBnX1aRA?usp=sharing )
You can’t perform that action at this time.
0 commit comments