Skip to content

Commit

Permalink
Update source/platforms/databricks.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Tomlinson <[email protected]>
  • Loading branch information
skirui-source and jacobtomlinson authored Nov 21, 2023
1 parent 589a701 commit 6ea5e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/platforms/databricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ client = dask_databricks.get_client()
client
```

Dask host interactive diagnostic web servers using [Bokeh](https://docs.bokeh.org/en/latest/). The **[Dask dashboard](https://docs.dask.org/en/latest/dashboard.html)**, in particular provides a web-based UI with visualizations and real-time information about the Dask cluster's status i.e task progress, resource utilization, etc.
The **[Dask dashboard](https://docs.dask.org/en/latest/dashboard.html)** provides a web-based UI with visualizations and real-time information about the Dask cluster's status i.e task progress, resource utilization, etc.

The Dask dashboard server will start up automatically when the scheduler is created, and is hosted on ports `8087, 8787` by default.

Expand Down

0 comments on commit 6ea5e99

Please sign in to comment.