Skip to content

Commit

Permalink
add note to usage quickstart about lazy eval
Browse files Browse the repository at this point in the history
  • Loading branch information
dougiesquire committed Jul 31, 2023
1 parent a7d52c3 commit 7061608
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/usage/quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1776,7 +1776,7 @@
"id": "d292b4d3-e72b-48e7-92b8-7bb8994012c1",
"metadata": {},
"source": [
"Now that we have our data, we can do our \"analysis\", which here is to simply plot the timeseries."
"Now that we have our datasets, we can do our \"analysis\", which here is to simply plot the timeseries. Note that at this point, we still haven't actually loaded any product data into memory. Our datasets are [dask-backed xarray Dataset objects](https://docs.xarray.dev/en/stable/user-guide/dask.html#parallel-computing-with-dask) that will only be evaluated when required (or computed explicitly), for example when we try to plot our data:"
]
},
{
Expand Down Expand Up @@ -4280,9 +4280,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python (access-nri-intake-test)",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "access-nri-intake-test"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand Down

0 comments on commit 7061608

Please sign in to comment.