Skip to content

Commit 2b7ffc6

Browse files
committed
Update 18 JJA pr teleconnection
1 parent 1c8f01d commit 2b7ffc6

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

18-JJA_pr_teleconnection.ipynb

+31-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,36 @@
1919
"- CMAP\t\n"
2020
]
2121
},
22+
{
23+
"cell_type": "markdown",
24+
"id": "13faf2c4-3c80-4d71-8833-013a2ff7f663",
25+
"metadata": {},
26+
"source": [
27+
"## Dask Cluster \n",
28+
"\n",
29+
"Start a cluster with multiple cores "
30+
]
31+
},
32+
{
33+
"cell_type": "code",
34+
"execution_count": null,
35+
"id": "e353c131-593b-4446-9d69-ad85032e3956",
36+
"metadata": {},
37+
"outputs": [],
38+
"source": [
39+
"from dask.distributed import Client, progress\n",
40+
"client = Client()\n",
41+
"client"
42+
]
43+
},
44+
{
45+
"cell_type": "markdown",
46+
"id": "8b6bb903-73f4-439b-a561-9009d213366f",
47+
"metadata": {},
48+
"source": [
49+
"## Datasets"
50+
]
51+
},
2252
{
2353
"cell_type": "code",
2454
"execution_count": 1,
@@ -665,7 +695,7 @@
665695
"name": "python",
666696
"nbconvert_exporter": "python",
667697
"pygments_lexer": "ipython3",
668-
"version": "3.11.9"
698+
"version": "3.11.11"
669699
}
670700
},
671701
"nbformat": 4,

0 commit comments

Comments
 (0)