【发布时间】:2017-06-21 09:59:56
【问题描述】:
我想将 tqdm 进度条嵌入到 html 或至少将其打印为 html 标记,但我找不到它的任何文档。我只找到如何在 python notebook 中打印进度条。
是否可以嵌入到html中?
也可以将 tqdm 与散景集成吗?
【问题讨论】:
标签: python progress-bar bokeh tqdm
我想将 tqdm 进度条嵌入到 html 或至少将其打印为 html 标记,但我找不到它的任何文档。我只找到如何在 python notebook 中打印进度条。
是否可以嵌入到html中?
也可以将 tqdm 与散景集成吗?
【问题讨论】:
标签: python progress-bar bokeh tqdm
Tqdm 进度条无法嵌入 HTML。浏览器中的进度条应该以某种方式与 Python 通信以更新进度条。 Here is one good example of how to do this in Flask.
Bokeh has a request opened in 2017 for a progress bar that is still open 和 here is a similar question for how to create a progress bar in Bokeh。
【讨论】: