Open bsdz opened 1 year ago
I've just tried installing voila from the main branch here and this appears to resolve the issue. I should have tried that earlier on. Is a 0.5.0 release with the most recent changes pending? I tried 0.5.0a3 via pypi but this shows javascript errors where the buttons are.
Description
I'm trying to create a matplotlib chart dynamically and display on click of widget button. The notebook works in jupyterlab and vscode when run normally (not within voila).
When I try running in voila the chart is displayed with only the controls.
Reproduce
Create notebook with following sample code:
Create a new python environment and install voila, ipympl, ipywidgets. I've made an effort to isolate the voila environment as much as possible from my other jupyter environment (why I've overridden various DIRs).
Click the create figure button. A partial figure appears like screenshot above.
Expected behavior
Expect to see a chart like this appearing (this screenshot was taken from jupyterlab session).
Context
Troubleshoot Output
Command Line Output
Browser Output