Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuwq0 committed Sep 7, 2024
1 parent aeb3e3b commit 5167534
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
},
"customizations": {
"vscode": {
"extensions": [
Expand All @@ -12,4 +10,5 @@
"mechatroner.rainbow-csv"
]
}
}
}
}
4 changes: 4 additions & 0 deletions docs/exercises/01_numpy_pandas.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# PyEarth: A Python Introduction to Earth Science\n",
"\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/AI4EPS/EPS88_PyEarth/blob/main/docs/exercises/00_introduction_python101.ipynb)\n",
"\n",
"# NumPy and Pandas Exercises"
]
},
Expand Down

0 comments on commit 5167534

Please sign in to comment.