Vizro
vizro.Vizro
Vizro app.
Usage documentation
Other Parameters:
-
**kwargs() –Any Arbitrary keyword arguments passed through to
Dash, for exampleassets_folder,url_base_pathname. See Dash documentation for all possible arguments.
build
Builds the dashboard.
Usage documentation
Parameters:
-
dashboard() –Dashboard configured dashboard model.
Returns:
-
–Self Built Vizro app.
run
Runs the dashboard locally using the Flask development server.
Other Parameters:
-
**kwargs() –Any Arbitrary positional arguments passed through to
Dash.run, for exampledebug,port. See Dash documentation for all possible arguments