Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
fix exercise link
Browse files Browse the repository at this point in the history
  • Loading branch information
nickeubank committed Oct 24, 2023
1 parent f77e659 commit 17505db
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 51 deletions.
Binary file modified docs/html/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/html/.doctrees/exercises/Exercise_bigdata.doctree
Binary file not shown.
Binary file modified docs/html/.doctrees/exercises/Exercise_dask.doctree
Binary file not shown.
13 changes: 1 addition & 12 deletions docs/html/.doctrees/nbsphinx/exercises/Exercise_bigdata.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"source": [
"**(6)** Now for each weather station, generate a separate plot of the daily temperatures over time. You should end up with a plot that looks something like this:\n",
"\n",
"![temp_plots_Colorado](../images/temp_plots_Boulder_CO.png)\n",
"![temp_plots_Colorado](images/temp_plots_Boulder_CO.png)\n",
"\n",
"**NOTE:** If your plot has little horizontal lines at the tops and bottoms of the temperature plots connecting perfectly vertical temperature lines, it means you made a mistake in how you plotted your data!"
]
Expand All @@ -123,17 +123,6 @@
"\n",
"**Pro-tip:** strings take up *way* more space in RAM than numbers, so some columns can be converted to keep the memory footprint of the data down. "
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Absolutely positively need the solutions?\n",
"\n",
"*Don't use this link until you've really, really spent time struggling with your code!* Doing so only results in you cheating yourself. \n",
"\n",
"[Link](../solutions_warning.ipynb)"
]
}
],
"metadata": {
Expand Down
Binary file added docs/html/_images/temp_plots_Boulder_CO.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 1 addition & 12 deletions docs/html/_sources/exercises/Exercise_bigdata.ipynb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"source": [
"**(6)** Now for each weather station, generate a separate plot of the daily temperatures over time. You should end up with a plot that looks something like this:\n",
"\n",
"![temp_plots_Colorado](../images/temp_plots_Boulder_CO.png)\n",
"![temp_plots_Colorado](images/temp_plots_Boulder_CO.png)\n",
"\n",
"**NOTE:** If your plot has little horizontal lines at the tops and bottoms of the temperature plots connecting perfectly vertical temperature lines, it means you made a mistake in how you plotted your data!"
]
Expand All @@ -123,17 +123,6 @@
"\n",
"**Pro-tip:** strings take up *way* more space in RAM than numbers, so some columns can be converted to keep the memory footprint of the data down. "
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Absolutely positively need the solutions?\n",
"\n",
"*Don't use this link until you've really, really spent time struggling with your code!* Doing so only results in you cheating yourself. \n",
"\n",
"[Link](../solutions_warning.ipynb)"
]
}
],
"metadata": {
Expand Down
4 changes: 2 additions & 2 deletions docs/html/exercises/Exercise_bigdata.html

Large diffs are not rendered by default.

13 changes: 1 addition & 12 deletions docs/html/exercises/exercise_bigdata.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"source": [
"**(6)** Now for each weather station, generate a separate plot of the daily temperatures over time. You should end up with a plot that looks something like this:\n",
"\n",
"![temp_plots_Colorado](../images/temp_plots_Boulder_CO.png)\n",
"![temp_plots_Colorado](images/temp_plots_Boulder_CO.png)\n",
"\n",
"**NOTE:** If your plot has little horizontal lines at the tops and bottoms of the temperature plots connecting perfectly vertical temperature lines, it means you made a mistake in how you plotted your data!"
]
Expand All @@ -123,17 +123,6 @@
"\n",
"**Pro-tip:** strings take up *way* more space in RAM than numbers, so some columns can be converted to keep the memory footprint of the data down. "
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Absolutely positively need the solutions?\n",
"\n",
"*Don't use this link until you've really, really spent time struggling with your code!* Doing so only results in you cheating yourself. \n",
"\n",
"[Link](../solutions_warning.ipynb)"
]
}
],
"metadata": {
Expand Down
Binary file modified docs/html/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/html/searchindex.js

Large diffs are not rendered by default.

13 changes: 1 addition & 12 deletions source/exercises/Exercise_bigdata.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"source": [
"**(6)** Now for each weather station, generate a separate plot of the daily temperatures over time. You should end up with a plot that looks something like this:\n",
"\n",
"![temp_plots_Colorado](../images/temp_plots_Boulder_CO.png)\n",
"![temp_plots_Colorado](images/temp_plots_Boulder_CO.png)\n",
"\n",
"**NOTE:** If your plot has little horizontal lines at the tops and bottoms of the temperature plots connecting perfectly vertical temperature lines, it means you made a mistake in how you plotted your data!"
]
Expand All @@ -123,17 +123,6 @@
"\n",
"**Pro-tip:** strings take up *way* more space in RAM than numbers, so some columns can be converted to keep the memory footprint of the data down. "
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Absolutely positively need the solutions?\n",
"\n",
"*Don't use this link until you've really, really spent time struggling with your code!* Doing so only results in you cheating yourself. \n",
"\n",
"[Link](../solutions_warning.ipynb)"
]
}
],
"metadata": {
Expand Down
Binary file added source/exercises/images/temp_plots_Boulder_CO.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 17505db

Please sign in to comment.