From b59360241c89f7e3761409dc48df2a7ff3673b87 Mon Sep 17 00:00:00 2001 From: Jessica Lundquist Date: Wed, 27 Mar 2024 17:51:19 +0000 Subject: [PATCH] update to module 2 lab links --- modules/.ipynb_checkpoints/module2-checkpoint.md | 3 ++- modules/lab2/.ipynb_checkpoints/lab2-1-checkpoint.ipynb | 5 +++-- modules/lab2/lab2-1.ipynb | 3 ++- modules/module2.md | 3 ++- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/modules/.ipynb_checkpoints/module2-checkpoint.md b/modules/.ipynb_checkpoints/module2-checkpoint.md index 5dbfcb5..4eebf58 100644 --- a/modules/.ipynb_checkpoints/module2-checkpoint.md +++ b/modules/.ipynb_checkpoints/module2-checkpoint.md @@ -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) diff --git a/modules/lab2/.ipynb_checkpoints/lab2-1-checkpoint.ipynb b/modules/lab2/.ipynb_checkpoints/lab2-1-checkpoint.ipynb index f669e59..86bad9c 100644 --- a/modules/lab2/.ipynb_checkpoints/lab2-1-checkpoint.ipynb +++ b/modules/lab2/.ipynb_checkpoints/lab2-1-checkpoint.ipynb @@ -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." ] }, { @@ -853,7 +854,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.7" + "version": "3.10.13" } }, "nbformat": 4, diff --git a/modules/lab2/lab2-1.ipynb b/modules/lab2/lab2-1.ipynb index dc20501..86bad9c 100644 --- a/modules/lab2/lab2-1.ipynb +++ b/modules/lab2/lab2-1.ipynb @@ -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." ] }, { diff --git a/modules/module2.md b/modules/module2.md index 5dbfcb5..4eebf58 100644 --- a/modules/module2.md +++ b/modules/module2.md @@ -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)