Skip to content

Commit

Permalink
Uncomment %load calls in notebook 1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrist committed May 15, 2024
1 parent 7a9af2e commit 3d95b39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions quarto/01 - Getting Started.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -333,11 +333,11 @@ penguins_imperial_select = penguins
#### Solutions

```{python}
# %load solutions/nb01_ex01_mutate_drop.py
%load solutions/nb01_ex01_mutate_drop.py
```

```{python}
# %load solutions/nb01_ex01_select.py
%load solutions/nb01_ex01_select.py
```

### Does it matter which method you choose?
Expand Down Expand Up @@ -466,7 +466,7 @@ your solution doesn't look like ours, what's important is that the results are
the same.

```{python}
# %load solutions/nb01_ex02.py
%load solutions/nb01_ex02.py
```

### Exercise 3
Expand All @@ -478,7 +478,7 @@ data collection?
#### Solution

```{python}
# %load solutions/nb01_ex03.py
%load solutions/nb01_ex03.py
```

## A brief digression on the SQL Ibis generates
Expand Down

0 comments on commit 3d95b39

Please sign in to comment.