Skip to content

Commit

Permalink
add xmode to env and magic line to notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
e-marshall committed Feb 13, 2024
1 parent 923b00d commit f8f58d8
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 0 deletions.
10 changes: 10 additions & 0 deletions PC_RTC.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@
"- [Parallel computing with dask](https://tutorial.xarray.dev/intermediate/xarray_and_dask.html) Xarray tutorial demonstrating wrapping of dask arrays"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "d8f68ffc-7d7d-4b9e-9a32-e5e6597ea66b",
"metadata": {},
"outputs": [],
"source": [
"%xmode minimal"
]
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down
10 changes: 10 additions & 0 deletions asf_inspect.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@
"## Software and setup"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "d249b83b-c12c-4f7e-bf4b-300e73b11a51",
"metadata": {},
"outputs": [],
"source": [
"%xmode minimal"
]
},
{
"cell_type": "code",
"execution_count": 38,
Expand Down
10 changes: 10 additions & 0 deletions asf_local_vrt.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,16 @@
"## Software and setup"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "7c63a9b0-c06c-4152-a0dd-91f720e6fad0",
"metadata": {},
"outputs": [],
"source": [
"%xmode minimal"
]
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down
10 changes: 10 additions & 0 deletions dataset_comparison.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@
"- [Parallel computing with dask](https://tutorial.xarray.dev/intermediate/xarray_and_dask.html) Xarray tutorial demonstrating wrapping of dask arrays"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "88c1f067-5515-46b6-a86b-223d5ad9cca1",
"metadata": {},
"outputs": [],
"source": [
"%xmode minimal"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
2 changes: 2 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ dependencies:
- stackstac
- watermark
- sphinxext-opengraph
- pip:
- xmode==0.6.1
18 changes: 18 additions & 0 deletions rtc_timeseries.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,24 @@
"## Software and setup"
]
},
{
"cell_type": "code",
"execution_count": 1,
"id": "ffda81e3-a21b-48ee-b680-24ab5b801f22",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Exception reporting mode: Minimal\n"
]
}
],
"source": [
"%xmode minimal"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit f8f58d8

Please sign in to comment.