Skip to content

Commit b8edee6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1674e45 commit b8edee6

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

intermediate/intro-to-zarr.ipynb

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@
541541
},
542542
{
543543
"cell_type": "markdown",
544-
"id": "a571acec-7a65-4a51-ad1e-c80b17494cd3",
544+
"id": "46",
545545
"metadata": {},
546546
"source": [
547547
"Note that while Zarr-Python supports consolidated metadata for v2 and v3 formatted Zarr stores, it is not technically part of the specification (hence the warning above). \n",
@@ -554,7 +554,7 @@
554554
},
555555
{
556556
"cell_type": "markdown",
557-
"id": "46",
557+
"id": "47",
558558
"metadata": {},
559559
"source": [
560560
"### Object Storage as a Zarr Store\n",
@@ -565,7 +565,7 @@
565565
},
566566
{
567567
"cell_type": "markdown",
568-
"id": "47",
568+
"id": "48",
569569
"metadata": {},
570570
"source": [
571571
"Here are some examples of Zarr stores on the cloud:\n",
@@ -578,7 +578,7 @@
578578
},
579579
{
580580
"cell_type": "markdown",
581-
"id": "48",
581+
"id": "49",
582582
"metadata": {},
583583
"source": [
584584
"### Xarray and Zarr\n",
@@ -590,7 +590,7 @@
590590
{
591591
"cell_type": "code",
592592
"execution_count": null,
593-
"id": "49",
593+
"id": "50",
594594
"metadata": {},
595595
"outputs": [],
596596
"source": [
@@ -605,7 +605,7 @@
605605
{
606606
"cell_type": "code",
607607
"execution_count": null,
608-
"id": "50",
608+
"id": "51",
609609
"metadata": {},
610610
"outputs": [],
611611
"source": [
@@ -614,7 +614,7 @@
614614
},
615615
{
616616
"cell_type": "markdown",
617-
"id": "51",
617+
"id": "52",
618618
"metadata": {},
619619
"source": [
620620
"::::{admonition} Exercise\n",
@@ -634,7 +634,7 @@
634634
},
635635
{
636636
"cell_type": "markdown",
637-
"id": "52",
637+
"id": "53",
638638
"metadata": {},
639639
"source": [
640640
"In the next exercise, you will use the Xarray + Zarr to open CMIP6 dataset.\n",
@@ -650,18 +650,13 @@
650650
{
651651
"cell_type": "code",
652652
"execution_count": null,
653-
"id": "09c50842-b522-4f3f-b04a-da22f9131b86",
653+
"id": "54",
654654
"metadata": {},
655655
"outputs": [],
656656
"source": []
657657
}
658658
],
659659
"metadata": {
660-
"kernelspec": {
661-
"display_name": "Python 3 (ipykernel)",
662-
"language": "python",
663-
"name": "python3"
664-
},
665660
"language_info": {
666661
"codemirror_mode": {
667662
"name": "ipython",
@@ -671,8 +666,7 @@
671666
"mimetype": "text/x-python",
672667
"name": "python",
673668
"nbconvert_exporter": "python",
674-
"pygments_lexer": "ipython3",
675-
"version": "3.12.11"
669+
"pygments_lexer": "ipython3"
676670
}
677671
},
678672
"nbformat": 4,

0 commit comments

Comments
 (0)