bokeh / bokeh

Interactive Data Visualization in the browser, from Python

Home Page:https://bokeh.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE]

alkanDol opened this issue · comments

Problem description

There is no way to have a dynamic progress bar when a button is clicked. I wanted it to be able to follow the background process of some function when they are running after a button is clicked.

Feature description

Progress bar

Potential alternatives

Display_event with custom js without the need of an object to trigger.

Additional information

No response