coiled / data-science-at-scale

A Pythonic introduction to methods for scaling your data science and machine learning work to larger datasets and larger models, using the tools and APIs you know and love from the PyData stack (such as numpy, pandas, and scikit-learn).
MIT License
112 stars 38 forks source link

Dask dashboards not working for Coiled cluster #28

Closed hugobowne closed 4 years ago

hugobowne commented 4 years ago

When I execute the Coiled part of our overview notebook, the Dask dashboarding doesn't seem to work.

The relevant section of Jupyter Lab is greyed out like this.

Screen Shot 2020-10-27 at 3 21 32 pm

any thoughts, @jrbourbeau ?

jrbourbeau commented 4 years ago

Hmm, thanks for reporting @hugobowne -- I'm able to reproduce. There hasn't been a dask-labextension release since August, so I suspect this is something on our end. I can test things our with an older version of bokeh / distributed to see if there's been a recent regression

jrbourbeau commented 4 years ago

Closing as this issue has been resolved upstream