Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shorter/succinct tutorial title + some formatting #505

Merged
merged 6 commits into from
Mar 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions Tutorials/intake_to_dask_efficiently.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@
"id": "ffcd64cc-3d1e-47c0-b845-d1e2649f1d90",
"metadata": {},
"source": [
"# This Tutorial covers speeding up dataset loading with the intake catalog.\n",
"### It assumes you are using a large (or larger) ARE instance. If you are using a smaller ARE instance, some things may not work due to lack of computational resources.\n",
"# Speeding up loading a dataset with the intake\n",
"\n",
"Changing ARE instance size will also affect timings - although changes should be proportional.\n",
"This Tutorial covers speeding up dataset loading with the intake catalog.\n",
"\n",
"For some slides with an abridged version of the information in this notebook, see [here](https://forum.access-hive.org.au/t/7th-march-2025-introduction-to-cosima-cookbook-cosima-recipes-how-to-make-it-go-loading-data-fast/4263/1)\n",
"Slides with an abridged version of the information in this tutorial can be found over at a [post in the ACCESS-Hive forum](https://forum.access-hive.org.au/t/7th-march-2025-introduction-to-cosima-cookbook-cosima-recipes-how-to-make-it-go-loading-data-fast/4263/1).\n",
"\n",
"**Note 1**: Needs a large (or larger) ARE instance. If run using a smaller ARE instance, some things may not work due to lack of computational resources.\n",
"\n",
"Important: Depending on the version of the catalog you are using, you may get different warnings. These should not affect execution, but will fill up your output, and may make the notebook look quite different when you execute it."
"**Note 2**: Changing ARE instance size will also affect timings - although changes in speedup/timings should be proportionate to the resources used.\n",
"\n",
"**Note 3**: Depending on the version of the catalog you are using, you may get different warnings. These warning should not affect execution, but may fill up your output, and make the notebook look quite different when you execute it."
]
},
{
Expand Down