nebari: [bug] Unable to connect to dashboard using Dask-Gateway and Labextension

Describe 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): image

Dashboard URL does not work: image

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

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 18 (17 by maintainers)

Commits related to this issue

Most upvoted comments

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.