[bug] Unable to connect to dashboard using Dask-Gateway and Labextension
See original GitHub issueDescribe the bug
Running the following on qhub v0.3.13
and v0.3.14
generates an accessible link for the dask cluster dashboards, but we are unable to reuse that link to access the dask extension.
from dask_gateway import Gateway
gateway = Gateway()
options = gateway.cluster_options()
options
cluster = gateway.new_cluster(options)
cluster
successful generates a working URL for the dashboards (can be accessed):
Dashboard URL does not work:
Expected behavior
- The Dask lab extension should connect to the dask-gateway spawned cluster
How to reproduce
- Launch a dask-gateway cluster and include the generated Dashboard URI in the Dask extension bar
Issue Analytics
- State:
- Created 2 years ago
- Comments:18 (17 by maintainers)
Top Results From Across the Web
[bug] Unable to connect to dashboard using Dask-Gateway ...
First start a Gateway cluster · To mimic what lab-extension does (see the corresponding function here) we can then proceed with: · Now...
Read more >Access dashboard for LocalCluster on pangeo deployments
Yesterday I found myself in a situation where it was very nice to have a dask dashboard to see things like the task...
Read more >Jupyter Lab - dask-labextension not working - Stack Overflow
In juyerlab start up pop up error message - ERROR: "Dask Server Error Failed to list clusters: might the server extension not be ......
Read more >dask/dask - Gitter
Dask gateway gives me: Cluster 'dask-gateway.sadfwgf' failed to start, see logs for more ... I use a dask PBS scheduler within ipython to...
Read more >Latest Deploying Dask topics - Dask Forum - Discourse
Topic Replies Views Activity
About the Deploying Dask category 0 130 October 25, 2021
Client connection to scheduler fails after 45s 2 11 December 21,...
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 Free
Top 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
Some feedback on this, we have the fix already merged into
dask-labextension
repository and we will be including this in the next release! https://github.com/dask/dask-labextension/pull/229.We will look at this issue for another 2 hours and then likely make the decision to move this to the 0.4.1 release.