Skip to content

Commit

Permalink
Updates to exercise 6
Browse files Browse the repository at this point in the history
Include Nile example
Include Excel outputs
Relax deprecations
  • Loading branch information
mikhailsmilovic committed Sep 28, 2022
1 parent 5be8944 commit ad5a666
Show file tree
Hide file tree
Showing 4 changed files with 163,641 additions and 167,400 deletions.
9 changes: 4 additions & 5 deletions tutorial/CWATM_exercise6/_functions/_functions_Maps.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 13,
"metadata": {},
"outputs": [
{
Expand All @@ -23,8 +23,7 @@
"import numpy as np\n",
"import os\n",
"\n",
"from IPython.display import Image\n",
"from IPython.core.display import display, HTML\n",
"from IPython.display import Image, display, HTML\n",
"display(HTML(\"<style>.container { width:100% !important; }</style>\"))"
]
},
Expand Down Expand Up @@ -478,7 +477,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -492,7 +491,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.10"
"version": "3.10.4"
}
},
"nbformat": 4,
Expand Down
91,089 changes: 71,955 additions & 19,134 deletions tutorial/CWATM_exercise6/_functions/_functions_WaterCycles.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit ad5a666

Please sign in to comment.