-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Minor fixes for pandas & xarray updates * Use VRE image 1.0.0 * Fix notebook cleanup * Use dev version of hapiplot * Add package versions watermarks * Patch dev version of pyswipe; disable running swarmface * Use VRE 1.0.1
- Loading branch information
Showing
10 changed files
with
87 additions
and
102 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
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 |
---|---|---|
|
@@ -100,43 +100,28 @@ | |
"metadata": {}, | ||
"outputs": [], | ||
"source": [ | ||
"!pip install \"hapiplot==0.2.0\" --quiet\n", | ||
"!pip install \"git+https://github.com/hapi-server/plot-python@f95ce860d456dd9278a62897d6f83d416c988273\" --quiet\n", | ||
"\n", | ||
"from hapiplot import hapiplot" | ||
] | ||
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": null, | ||
"id": "4aeea673", | ||
"metadata": {}, | ||
"outputs": [], | ||
"source": [ | ||
"hapiplot(data, meta);" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"id": "0e2e6ec5", | ||
"id": "1119a42c-1733-49be-beb4-2370637fe0b0", | ||
"metadata": {}, | ||
"source": [ | ||
"## Other packages (TODO)\n", | ||
"\n", | ||
"- pysat\n", | ||
"- spacepy\n", | ||
"- mangopy\n", | ||
"- madrigalweb\n", | ||
"- pyaurorax\n", | ||
"- ??? (any suggestions? contact [email protected])" | ||
"(NB: We are using a more recent development version of hapiplot, rather than what is on PyPI)" | ||
] | ||
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": null, | ||
"id": "e60071a3", | ||
"id": "4aeea673", | ||
"metadata": {}, | ||
"outputs": [], | ||
"source": [] | ||
"source": [ | ||
"hapiplot(data, meta);" | ||
] | ||
} | ||
], | ||
"metadata": { | ||
|
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