Skip to content

Commit ab3aa63

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

File tree

1 file changed

+9
-15
lines changed

1 file changed

+9
-15
lines changed

intermediate/remote_data/remote-data.ipynb

+9-15
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
},
291291
{
292292
"cell_type": "markdown",
293-
"id": "e144b95c-a10c-401b-b142-f9288e9ddf2a",
293+
"id": "17",
294294
"metadata": {},
295295
"source": [
296296
"### Using one of the many fsspec caching implementations.\n",
@@ -303,7 +303,7 @@
303303
{
304304
"cell_type": "code",
305305
"execution_count": null,
306-
"id": "c8d1d597-8245-405f-b6b4-517bdb971b4e",
306+
"id": "18",
307307
"metadata": {},
308308
"outputs": [],
309309
"source": [
@@ -328,7 +328,7 @@
328328
},
329329
{
330330
"cell_type": "markdown",
331-
"id": "acf8df24-0af1-408d-bfb0-3d1ddb4c61d3",
331+
"id": "19",
332332
"metadata": {},
333333
"source": [
334334
"#### Comparing performance\n",
@@ -339,7 +339,7 @@
339339
{
340340
"cell_type": "code",
341341
"execution_count": null,
342-
"id": "66eef1e6-cce3-4952-9703-52589e353a53",
342+
"id": "20",
343343
"metadata": {},
344344
"outputs": [],
345345
"source": [
@@ -348,7 +348,7 @@
348348
},
349349
{
350350
"cell_type": "markdown",
351-
"id": "17",
351+
"id": "21",
352352
"metadata": {},
353353
"source": [
354354
"### Reading data from cloud storage\n",
@@ -364,7 +364,7 @@
364364
{
365365
"cell_type": "code",
366366
"execution_count": null,
367-
"id": "18",
367+
"id": "22",
368368
"metadata": {},
369369
"outputs": [],
370370
"source": [
@@ -389,7 +389,7 @@
389389
},
390390
{
391391
"cell_type": "markdown",
392-
"id": "5a3cc3cf-8d75-4107-b897-c98211ccdd57",
392+
"id": "23",
393393
"metadata": {},
394394
"source": [
395395
"#### Remote data access and chunking\n",
@@ -403,7 +403,7 @@
403403
},
404404
{
405405
"cell_type": "markdown",
406-
"id": "19",
406+
"id": "24",
407407
"metadata": {},
408408
"source": [
409409
"## Key Takeaways\n",
@@ -430,11 +430,6 @@
430430
}
431431
],
432432
"metadata": {
433-
"kernelspec": {
434-
"display_name": "Python 3 (ipykernel)",
435-
"language": "python",
436-
"name": "python3"
437-
},
438433
"language_info": {
439434
"codemirror_mode": {
440435
"name": "ipython",
@@ -444,8 +439,7 @@
444439
"mimetype": "text/x-python",
445440
"name": "python",
446441
"nbconvert_exporter": "python",
447-
"pygments_lexer": "ipython3",
448-
"version": "3.10.13"
442+
"pygments_lexer": "ipython3"
449443
}
450444
},
451445
"nbformat": 4,

0 commit comments

Comments
 (0)