-
-
Notifications
You must be signed in to change notification settings - Fork 757
Closed
Labels
Description
What happened:
When on the "Workers" page of the Dask Dashboard, the "More" tab is not fully accessible.
It drops down but I can't navigate to any items past "Groups". Seems like there's a conflict with the underlaying information in the read/write columns of the workers. See screencast below.
Screen.Recording.2021-07-29.at.08.36.54.mov
What you expected to happen:
To be able to click on items in the "More" tab like "CPU", "Cluster Memory", etc. etc.
Minimal Complete Verifiable Example:
import coiled
import dask.dataframe as dd
from dask.distributed import LocalCluster
client = LocalCluster()
clientAnything else we need to know?:
Environment:
- Dask/Distributed version: 2021.07.1
- Bokeh version: 2.3.3
- Python version: 3.8
- Operating System: OS 11.3.1
- Install method (conda, pip, source): conda
[EDIT]
- Browser: Brave 1.27.108, Chrome 92.0.45 , Firefox 90.0.2
- clearing the cache does not resolve the issue for me
Reactions are currently unavailable