gpt4 book ai didi

plotly-dash - 在长时间运行期间在浏览器上显示纺车/圆圈图像

转载 作者:行者123 更新时间:2023-12-05 07:14:41 26 4
gpt4 key购买 nike

当在 dash 布局表单上单击 button 时,browser 选项卡(无论如何在 Chrome 中)说“正在更新”。我想给出操作正在运行的更明显的反馈。

在破折号回调中长时间运行的计算中显示旋转轮图像的规范方法是什么?

# This is a long running operation
@app.callback(
dash.dependencies.Output('datatable-optionchain','children'),
[dash.dependencies.Input('button', 'n_clicks')],
#[dash.dependencies.State('input-box', 'value')],
[dash.dependencies.State('dropdown1', 'value'),
dash.dependencies.State('my-date-picker-single', 'date'),
dash.dependencies.State('dropdown2', 'value')],
)
def update_output(n_clicks, svalue, dtvalue, tvalue):
#How do I put a spinning wheel here to advise user we are working on it?

最佳答案

这很有帮助。我无法让纺车工作,但我确实让 .css 版本工作了。尽管有一些不一致:

https://community.plot.ly/t/dash-loading-states/5687/36

关于plotly-dash - 在长时间运行期间在浏览器上显示纺车/圆圈图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59792457/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com