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 am running Jupyter with Jupyterlab and Sparkmagic to use Apache Spark through Livy. When I output results as a table or plot, the widgets are either not shown at all or the output is garbled.
If "Save widget state automatically" is enabled, the output is garbled, if not, it is missing
Run the attached notebook and open the print preview
cc @SylvainCorlay
This is similar to voila-dashboards/voila#804 where we could simply not embed the json, but the solution should be to base64 encode it to avoid the HTML inside the json to be interpreted by the browser I think.
I am running Jupyter with Jupyterlab and Sparkmagic to use Apache Spark through Livy. When I output results as a table or plot, the widgets are either not shown at all or the output is garbled.
If "Save widget state automatically" is enabled, the output is garbled, if not, it is missing
Run the attached notebook and open the print preview
Widget.ipynb.txt
Without saving widget state
With saving widget state
Nbconvert version: 6.0.7
The text was updated successfully, but these errors were encountered: