Skip to content

Commit

Permalink
comment out project 2 -5
Browse files Browse the repository at this point in the history
  • Loading branch information
chaz-clark committed Feb 8, 2024
1 parent 4bbe75e commit a562dc3
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
5 changes: 4 additions & 1 deletion Projects/project2.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ execute:

---

### Uncomment the entire section to use this template

<!--
```{python}
#| label: libraries
#| include: false
Expand Down Expand Up @@ -189,4 +192,4 @@ mydat = df.head(1000)\
display(mydat)
```
``` -->
5 changes: 4 additions & 1 deletion Projects/project3.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ execute:

---

### Uncomment the entire section to use this template

<!--
```{python}
#| label: libraries
#| include: false
Expand Down Expand Up @@ -189,4 +192,4 @@ mydat = df.head(1000)\
display(mydat)
```
``` -->
6 changes: 5 additions & 1 deletion Projects/project4.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ execute:

---


### Uncomment the entire section to use this template

<!--
```{python}
#| label: libraries
#| include: false
Expand Down Expand Up @@ -189,4 +193,4 @@ mydat = df.head(1000)\
display(mydat)
```
``` -->
5 changes: 4 additions & 1 deletion Projects/project5.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ execute:

---

### Uncomment the entire section to use this template

<!--
```{python}
#| label: libraries
#| include: false
Expand Down Expand Up @@ -189,4 +192,4 @@ mydat = df.head(1000)\
display(mydat)
```
``` -->

0 comments on commit a562dc3

Please sign in to comment.