Skip to content

Commit

Permalink
fix download instructions for notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabrielgerez committed Jan 6, 2025
1 parent 2e300a0 commit 3fdaadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/notebooks_to_scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Press in the top menu **File → Save and Export Notebook As → Executable Scri

````{challenge} Exercise Scripts-1: Convert a notebook to a script (20 mins)
1. Download the following [notebook](https://nbviewer.org/github/coderefinery/python-progression/blob/main/notebooks/weather_observations.ipynb)
1. Download the following notebook by right-clicking on [this link](https://nbviewer.org/github/coderefinery/python-progression/raw/main/notebooks/weather_observations.ipynb) and selecting "Save Link As..." to save the file to your local machine.
2. Convert the notebook to a script using the terminal following the instructions above.
```{code-block} bash
Expand Down

0 comments on commit 3fdaadf

Please sign in to comment.