update_charts
toloka.metrics.jupyter_dashboard.DashBoard.update_charts
| Source code
update_charts(self, n_intervals: int)
Redraws all charts on each iteration
Parameters Description
Parameters | Type | Description |
---|---|---|
n_intervals |
int | inner parameter that don't used right now |
-
Returns:
all new Figure's. Must have the same length on each iteration.
-
Return type:
Union[Figure, List[Figure]]