Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 6 additions & 12 deletions quickstarts/scale-with-dask.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"cluster = dask_gateway.GatewayCluster()\n",
"client = cluster.get_client()\n",
"cluster.scale(4)\n",
"print(cluster)"
"print(cluster.dashboard_link)"
]
},
{
Expand All @@ -52,22 +52,16 @@
"\n",
"### Open the dashboard\n",
"\n",
"The [Dask Dashboard](https://docs.dask.org/en/latest/diagnostics-distributed.html) provides invaluable information on the activity of your cluster. Clicking the \"Dashboard\" link at the bottom of the cluster repr will open a new browser tab.\n",
"The [Dask Dashboard](https://docs.dask.org/en/latest/diagnostics-distributed.html) provides invaluable information on the activity of your cluster. Clicking the \"Dashboard\" link above will open the Dask dashboard a new browser tab.\n",
"\n",
"<img src=\"images/dashboard-tab.png\" width=\"50%\" alt=\"Dask Dashboard in a new tab.\"/>\n",
"\n",
"We also include the [dask-labextension](https://github.com/dask/dask-labextension) for laying out the Dask dashboard as tabs in the Jupyterlab workspace.\n",
"\n",
"<img src=\"images/dashboard-hub.png\" width=\"50%\" alt=\"Dask Dashboard in jupyterlab.\"/>\n",
"\n",
"To using the dask-labextension, copy the \"Dashboard\" address from the cluster repr, click the orange Dask logo on the lefthand navigation bar, and paste the dashboard address "
]
},
{
"cell_type": "markdown",
"id": "supreme-demographic",
"metadata": {},
"source": [
"To using the dask-labextension, copy the \"Dashboard\" address from the cluster repr, click the orange Dask logo on the lefthand navigation bar, and paste the dashboard address \n",
"\n",
"You can close your cluster, freeing up its resources, by calling `cluster.close()`."
]
},
Expand Down Expand Up @@ -1519,7 +1513,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -1533,7 +1527,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.8"
"version": "3.8.10"
},
"widgets": {
"application/vnd.jupyter.widget-state+json": {
Expand Down