Eri*_*und 7 python plotly-dash
是否有可能在 Dash (Python) 中为按钮编写回调函数以重新加载页面(例如浏览器中的更新按钮?
app.layout =html.Div([
html.Button(id="refresh"),
])
@app.callback(Output('???', '???'),
[Input('refresh', 'n_clicks')])
def refresh(n):
?
return
?
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
5955 次 |
| 最近记录: |