-
Hi, The example for the ProgressBar exists only in the express version. I can't get it to work in the core version. However, I see there is an express method in core that seems to render with the "with" context manager. But also without example. Would it be possible that an example is created to use the PB in core using this ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The |
Beta Was this translation helpful? Give feedback.
-
My excuses if I overlooked this one in the core reference |
Beta Was this translation helpful? Give feedback.
The
ui.Progress
class should work both in Core and Express (the context manager approach should work in either mode as well). Here is an example if thewith
usage in Core:https://shiny.posit.co/py/api/core/ui.Progress.html