Some Panel widgets are blocked from updating #410
Labels
area: user experience 👩🏻💻
needs: investigation 🔍
Someone in the team needs to find the root cause and replicate this bug
type: bug 🐛
Something isn't working
Context
I have a text status bar that I’d like to update during a long compute. If I view the app in JupyterLab, the updates to the status bar happen as python progresses through the code. If I deploy that app, the updates are blocked and are not visible until the python process is complete.
I originally thought this was a bug in Panel so opened it up for discussion here. After discussion, it looks like this has something to do with the way that jhub-apps is deploying the app.
Value and/or benefit
Being able to have a dynamically updated status bar is very useful for long running processes on apps.
Additionally, this may be only one side effect of the root cause and there may be other Panel limitations that we are not yet aware of.
Anything else?
Reproducer:
The text was updated successfully, but these errors were encountered: