You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read that deploying panel apps through voila is supported and am attempting to deploy some of the example panel notebooks without success.
If I take the save_filtered_df example notebook and without modifying it run the below, then I can see the interface, however it does not respond to user input. i.e, if I move the slider, it does not update the table.
as stated in the Deploy and Export section of the documentation, then the page is completely blank - none of the controls are visible.
If I then add a print() statement or a markdown cell, the that is visible, but any panel ipywidget is not displayed.
ALL software version info
Below is the output of conda list from my conda environment.
FWIW I had the same behavior until I switched to JupyterLab, not classic notebook - I don't think is in the panel docs, but it is in the jupyter_bokeh docs. (still having other problems though...)
I have read that deploying panel apps through voila is supported and am attempting to deploy some of the example panel notebooks without success.
If I take the save_filtered_df example notebook and without modifying it run the below, then I can see the interface, however it does not respond to user input. i.e, if I move the slider, it does not update the table.
If I modify the notebook by changing
to
as stated in the Deploy and Export section of the documentation, then the page is completely blank - none of the controls are visible.
If I then add a print() statement or a markdown cell, the that is visible, but any panel ipywidget is not displayed.
ALL software version info
Below is the output of conda list from my conda environment.
Description of expected behavior and the observed behavior
Observed behaviour:
Expected behaviour:
Complete, minimal, self-contained example code that reproduces the issue
Example code after modifying the notebook to wrap everything as an ipywidget
The text was updated successfully, but these errors were encountered: