Skip to content

Commit

Permalink
fix cell tyoe to connect dask
Browse files Browse the repository at this point in the history
  • Loading branch information
acocac committed Nov 4, 2023
1 parent 95f7142 commit 45e23d9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tutorial/part3/data_exploitability_pangeo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,9 @@
]
},
{
"cell_type": "raw",
"metadata": {
"jupyter": {
"outputs_hidden": false
}
},
"cell_type": "code",
"execution_count": null,
"outputs": [],
"source": [
"# Connect to the Dask Gateway\n",
"from dask_gateway import Gateway\n",
Expand All @@ -143,7 +140,10 @@
"cluster = gateway.new_cluster()\n",
"cluster.scale(4)\n",
"cluster"
]
],
"metadata": {
"collapsed": false
}
},
{
"cell_type": "markdown",
Expand Down

0 comments on commit 45e23d9

Please sign in to comment.