run_dash

toloka.metrics.jupyter_dashboard.DashBoard.run_dash | Source code

run_dash(
self,
mode: str = 'inline',
height: int = None,
host: str = '127.0.0.1',
port: str = '8050'
)

Starts dashboard. Starts server for online updating charts.

You can stop it, by calling 'stop_dash()' for the same dashboard instance.

Parameters description

ParametersTypeDescription
modestr

Same as 'mode' in jupyter_dash.JupyterDash().run_server(). Defaults to 'inline'.

heightint

If you don't want auto-computed height. Defaults to None - auto-compute.

hoststr

Host for server. Defaults to '127.0.0.1'.

portstr

Port fo server. Defaults to '8050'.

Last updated: August 28, 2023

Toloka-Kit
OverviewGetting API keyQuick start
Recipes
Reference
toloka.client
toloka.async_client
toloka.autoquality [autoquality]
toloka.metrics
toloka.streaming