Closed gjoseph92 closed 4 years ago
Thanks for raising an issue @gjoseph92!
We're inheriting this behavior from Dask's base Cluster
class, so it not only impacts coiled.Cluster
, but also other cluster managers like distributed.LocalCluster
(screenshot below). If you don't mind, would you be okay opening an issue upstream in distributed's issue tracker as this impacts the broader Dask community (I tried to transfer this issue, but I am unable to transfer it out the coiled
GitHub orgnaization)? I'm also happy to handle that if you'd prefer not to
Will do! Thanks for pointing that out, @jrbourbeau.
Np, thanks for noticing in the first place : )
Closing in favor of https://github.com/dask/distributed/issues/4058
Without ipywidgets installed, the HTML repr of a
coiled.Cluster
is hard to read in a dark theme:Rather than hardcoding colors, you could pull them from CSS variables defined by the theme; something like
(I'm sure there are canonically correct CSS variables to use here, I just grabbed whatever looked right.)
Using that produces:
Downside is that these variables don't work for classic notebooks, though there are probably some other variables (or fallbacks) you could use.