What happened:
When starting a Dask distributed.SSHCluster I cannot access the Dask dashboard. The server returns 404: Not Found.
However, the dashboard is accessible when starting a local cluster via client = distributed.Client().
What you expected to happen:
I'd expect the Dask dashboard to show up.
What happened: When starting a Dask
distributed.SSHCluster
I cannot access the Dask dashboard. The server returns404: Not Found
.However, the dashboard is accessible when starting a local cluster via
client = distributed.Client()
.What you expected to happen: I'd expect the Dask dashboard to show up.
Minimal Complete Verifiable Example:
Anything else we need to know?:
pip freeze
output:Environment: