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

Route callback_a

sagemaker-dash/tutorials/app10.py:None–None  ·  view source on GitHub ↗
app.callback(Output('square', 'children'), Output('cube', 'children'),
              Output('twos', 'children'), Output('threes', 'children'),
              Output('x^x', 'children'), Input('num-multi

Source from the content-addressed store, hash-verified

1import dash
2import dash_core_components as dcc
3import dash_html_components as html
4from dash.dependencies import Input, Output

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected