Skip to content

Commit

Permalink
update to module 2 lab links
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicalundquist committed Mar 27, 2024
1 parent c9f8f79 commit b593602
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion modules/.ipynb_checkpoints/module2-checkpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ For this week, we recommend reading Ch 2 and Ch 3 in Shuttleworth's [Terrestrial
```note
## Lab 2: Plotting balloon soundings
Download the lab and data files to your computer. Then, upload them to your JupyterHub [following the instructions here](/resources/b-learning-jupyter.html#working-with-files-on-our-jupyterhub).
Download the lab and data files to your computer. Then, upload them to your JupyterHub [following the instructions here](https://mountain-hydrology-research-group.github.io/Fluid_Flows/resources/b-learning-jupyter.html).
* Data: [Practice Data](data/my_data.csv)
* Data: [Skykomish River Peak Flows, for plotting practice](data/Skykomish_peak_flow_12134500_skykomish_river_near_gold_bar.xlsx)
* Data: [Sounding Data Dec 26](data/2021-12-26_radiosonde.csv)
* Data: [Sounding Data Jan 03](data/2022-01-03_radiosonde.csv)
* Data: [Sounding Data Jan 06](data/2022-01-06_radiosonde.csv)
Expand Down
5 changes: 3 additions & 2 deletions modules/lab2/.ipynb_checkpoints/lab2-1-checkpoint.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,8 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Next, open the data file. We can do this using the pandas [read_excel function](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_excel.html)."
"Next, open the data file. We can do this using the pandas [read_excel function](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_excel.html).\n",
"Note that for this to work, you need to have uploaded the data file (available on the class website) into the same working directory where you are running this lab."
]
},
{
Expand Down Expand Up @@ -853,7 +854,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
"version": "3.10.13"
}
},
"nbformat": 4,
Expand Down
3 changes: 2 additions & 1 deletion modules/lab2/lab2-1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,8 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Next, open the data file. We can do this using the pandas [read_excel function](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_excel.html)."
"Next, open the data file. We can do this using the pandas [read_excel function](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_excel.html).\n",
"Note that for this to work, you need to have uploaded the data file (available on the class website) into the same working directory where you are running this lab."
]
},
{
Expand Down
3 changes: 2 additions & 1 deletion modules/module2.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ For this week, we recommend reading Ch 2 and Ch 3 in Shuttleworth's [Terrestrial
```note
## Lab 2: Plotting balloon soundings
Download the lab and data files to your computer. Then, upload them to your JupyterHub [following the instructions here](/resources/b-learning-jupyter.html#working-with-files-on-our-jupyterhub).
Download the lab and data files to your computer. Then, upload them to your JupyterHub [following the instructions here](https://mountain-hydrology-research-group.github.io/Fluid_Flows/resources/b-learning-jupyter.html).
* Data: [Practice Data](data/my_data.csv)
* Data: [Skykomish River Peak Flows, for plotting practice](data/Skykomish_peak_flow_12134500_skykomish_river_near_gold_bar.xlsx)
* Data: [Sounding Data Dec 26](data/2021-12-26_radiosonde.csv)
* Data: [Sounding Data Jan 03](data/2022-01-03_radiosonde.csv)
* Data: [Sounding Data Jan 06](data/2022-01-06_radiosonde.csv)
Expand Down

0 comments on commit b593602

Please sign in to comment.