Skip to content

Commit

Permalink
expand meshgrid explanation, fix typos in intro.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fneum committed Apr 24, 2024
1 parent 738098c commit cd77fb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions data-science-for-esm/02-workshop-numpy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1338,12 +1338,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.3"
},
"vscode": {
"interpreter": {
"hash": "69786ae8c799a179d39b18fbc76c1e4e4ca1662535939a7096f8f45ee1440c35"
}
"version": "3.11.8"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions data-science-for-esm/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@ There is a download button at the top-right corner.
After navigating to the folder where the `environment.yaml` file is stored,
you can reate this environment using `conda` (faster)

conda env create -f environment.yml
conda env create -f environment.yaml

Activate this environment

conda activate esm-2023
conda activate esm-2024

This environment should be sufficient for all of your work in this course.

Expand Down

0 comments on commit cd77fb8

Please sign in to comment.