Skip to content

Commit

Permalink
restore hide code cell
Browse files Browse the repository at this point in the history
  • Loading branch information
lfunderburk committed Dec 5, 2023
1 parent fd37495 commit 360da79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/deploying-your-sql-applications/sample-deployment-pc.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ You can create a Python script called `dataextraction.py` with the following cod

The main function of the script is the `__main__` function. It loads the API key from an environment variable, extracts weather data for a list of coordinates, concatenates the dataframes, and saves the result to a CSV file. The CSV file is then uploaded to a Motherduck instance.

```python
```{code-cell} ipython3
:tags: [hide-input]
import requests
import pandas as pd
Expand Down

0 comments on commit 360da79

Please sign in to comment.