MCPcopy Create free account
hub / github.com/alpha2phi/python-apps / callback

Route callback

sagemaker-dash/tutorials/app16.py:None–None  ·  view source on GitHub ↗
app.callback(Output('g1', 'figure'), Output('g2', 'figure'),
              Output('g3', 'figure'), Input('g1', 'selectedData'),
              Input('g2', 'selectedData'), Input('g3', 'selectedData'))

Source from the content-addressed store, hash-verified

1import dash
2import dash_core_components as dcc
3import dash_html_components as html
4import numpy as np

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected