Vizro
vizro.Vizro
Vizro(**kwargs: Any)
Vizro app.
Usage documentation
| PARAMETER | DESCRIPTION |
|---|---|
**kwargs |
Arbitrary keyword arguments passed through to
TYPE:
|
build
build(dashboard: Dashboard) -> Self
Builds the dashboard.
Usage documentation
| PARAMETER | DESCRIPTION |
|---|---|
dashboard
|
configured dashboard model.
TYPE:
|
| RETURNS | DESCRIPTION |
|---|---|
Self
|
Built Vizro app. |
run
run(**kwargs: Any)
Runs the dashboard locally using the Flask development server.
| PARAMETER | DESCRIPTION |
|---|---|
**kwargs |
Arbitrary positional arguments passed through to
TYPE:
|