Class DashboardComponent

Base class for Dask.distributed UI dashboard components.

Declaration

class DashboardComponent
source link

Documentation

This class must have two attributes, ``root`` and ``source``, and one
method ``update``:

*  source: a Bokeh ColumnDataSource
*  root: a Bokeh Model
*  update: a method that consumes the messages dictionary found in
           distributed.bokeh.messages

Methods

Subclasses

Reexports