Is there a way to connect to the Dask UI when runn...
# ask-community
n
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.
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
Hey @Nathan Atkins, did the LocalDaskExecutor give you the dashboard before?
n
It's been a while so I can't say with any confidence one way or another.