-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #221 from cecilehannay/main
add notebooks for ADF and uxarray
- Loading branch information
Showing
11 changed files
with
213 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "markdown", | ||
"id": "f406f992-92bd-4b17-9bd3-b99c5c8abaf3", | ||
"metadata": {}, | ||
"source": [ | ||
"# ADF" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"id": "b6f4905b-cd2a-454e-89cf-ccc585c90247", | ||
"metadata": { | ||
"tags": [] | ||
}, | ||
"source": [ | ||
"## Learning Goals\n", | ||
"\n", | ||
"- Enter learning goals here." | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"id": "e73ce5d6-d2b1-4f32-b64f-337a1b02e2d0", | ||
"metadata": {}, | ||
"source": [ | ||
"_______________\n", | ||
"\n", | ||
"## Subsection 1\n", | ||
"\n", | ||
"Info here" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"id": "815e0869-0518-4cf9-9417-cd9b08965ca1", | ||
"metadata": {}, | ||
"source": [ | ||
"_______________\n", | ||
"\n", | ||
"## Subsection 2\n", | ||
"\n", | ||
"Info here\n" | ||
] | ||
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": null, | ||
"id": "e961b1bd-a1c8-4e54-bafc-46dcf78454f1", | ||
"metadata": {}, | ||
"outputs": [], | ||
"source": [] | ||
} | ||
], | ||
"metadata": { | ||
"kernelspec": { | ||
"display_name": "Python 3 (ipykernel)", | ||
"language": "python", | ||
"name": "python3" | ||
}, | ||
"language_info": { | ||
"codemirror_mode": { | ||
"name": "ipython", | ||
"version": 3 | ||
}, | ||
"file_extension": ".py", | ||
"mimetype": "text/x-python", | ||
"name": "python", | ||
"nbconvert_exporter": "python", | ||
"pygments_lexer": "ipython3", | ||
"version": "3.10.13" | ||
} | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 5 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "markdown", | ||
"id": "f406f992-92bd-4b17-9bd3-b99c5c8abaf3", | ||
"metadata": {}, | ||
"source": [ | ||
"# Large Ensembles" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"id": "b6f4905b-cd2a-454e-89cf-ccc585c90247", | ||
"metadata": { | ||
"tags": [] | ||
}, | ||
"source": [ | ||
"## Learning Goals\n", | ||
"\n", | ||
"- Enter learning goals here." | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"id": "e73ce5d6-d2b1-4f32-b64f-337a1b02e2d0", | ||
"metadata": {}, | ||
"source": [ | ||
"_______________\n", | ||
"\n", | ||
"## Subsection 1\n", | ||
"\n", | ||
"Info here" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"id": "815e0869-0518-4cf9-9417-cd9b08965ca1", | ||
"metadata": {}, | ||
"source": [ | ||
"_______________\n", | ||
"\n", | ||
"## Subsection 2\n", | ||
"\n", | ||
"Info here\n" | ||
] | ||
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": null, | ||
"id": "e961b1bd-a1c8-4e54-bafc-46dcf78454f1", | ||
"metadata": {}, | ||
"outputs": [], | ||
"source": [] | ||
} | ||
], | ||
"metadata": { | ||
"kernelspec": { | ||
"display_name": "Python 3 (ipykernel)", | ||
"language": "python", | ||
"name": "python3" | ||
}, | ||
"language_info": { | ||
"codemirror_mode": { | ||
"name": "ipython", | ||
"version": 3 | ||
}, | ||
"file_extension": ".py", | ||
"mimetype": "text/x-python", | ||
"name": "python", | ||
"nbconvert_exporter": "python", | ||
"pygments_lexer": "ipython3", | ||
"version": "3.9.12" | ||
} | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 5 | ||
} |
Oops, something went wrong.