Is there a way to connect to the Dask UI when running with LocalDaskExecutor? Do I need to run a local cluster and DaskExecutor to see the UI?
I was expecting to see it at localhost:8787/status.
I have Bokeh installed.
Nathan Atkins
06/11/2021, 4:27 PM
I got it working by using the DaskExecutor instead of the LocalDaskExecutor. I just didn't remember having to do that in the past.
k
Kevin Kho
06/11/2021, 4:32 PM
Hey @Nathan Atkins, did the LocalDaskExecutor give you the dashboard before?
n
Nathan Atkins
06/11/2021, 4:35 PM
It's been a while so I can't say with any confidence one way or another.