Dashboard not activated after starting dask distributed cluster.
See original GitHub issueWhat happened:
The dashboard is not active and remains grey even if the client started normaly.
What you expected to happen:
Minimal Complete Verifiable Example:
from dask.distributed import Client
client = Client()
Anything else we need to know?:
Environment:
- Dask version: 2.22.0
- Python version: 3.6.10
- Jupyterhub: 1.1.0
- Install method: conda -c conda-forge
Config:
distributed.yaml
# ###################
# # Bokeh dashboard #
# ###################
dashboard:
link: "/user/{JUPYTERHUB_USER}/proxy/{port}/status"
# export-tool: False
Issue Analytics
- State:
- Created 3 years ago
- Comments:15 (5 by maintainers)
Top Results From Across the Web
Diagnostics (distributed) - Dask documentation
An interactive dashboard containing many plots and tables with live information. A progress bar suitable for interactive use in consoles or notebooks. Dashboard...
Read more >Dask dashboard not starting when starting scheduler with api
Firstly, even when starting the scheduler within a python process, you may wish to consider using LocalCluster : cluster = dask.distributed.
Read more >Automatically connect to new dashboard #26 - GitHub
It looks like this is a problem within the dask/distributed library. The Cluster.dashboard_link property gets the host address of the scheduler, ...
Read more >Can't connect to local cluster - times out - Dask Forum
New to Dask distributed. I've created a local cluster (default settings) and confirmed that it's running by checking the dashboard. But when I...
Read more >Troubleshooting and Optimizing Dask Resources | Saturn Cloud
Dask Cluster Settings · Increase the Worker Size · Add More Workers · Increase the Scheduler Size · Number of Workers Processes/Threads ·...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jacobtomlinson @ian-r-rose my bad, the url of the notebook changed so the dashboard url was not correct. Everything works fine now with all latest versions.
@devsentient how did you deploy your cluster? It sounds like some config is missing.
@statiksof the config documentation lists the locations where config is stored. I would check those places for errant config.