Skip to content

Commit

Permalink
Update 18 JJA pr teleconnection
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeucher committed Jan 16, 2025
1 parent 1c8f01d commit 2b7ffc6
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion 18-JJA_pr_teleconnection.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,36 @@
"- CMAP\t\n"
]
},
{
"cell_type": "markdown",
"id": "13faf2c4-3c80-4d71-8833-013a2ff7f663",
"metadata": {},
"source": [
"## Dask Cluster \n",
"\n",
"Start a cluster with multiple cores "
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "e353c131-593b-4446-9d69-ad85032e3956",
"metadata": {},
"outputs": [],
"source": [
"from dask.distributed import Client, progress\n",
"client = Client()\n",
"client"
]
},
{
"cell_type": "markdown",
"id": "8b6bb903-73f4-439b-a561-9009d213366f",
"metadata": {},
"source": [
"## Datasets"
]
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down Expand Up @@ -665,7 +695,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.9"
"version": "3.11.11"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 2b7ffc6

Please sign in to comment.