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
(Sorry, I don't have any experience with JS and HTML)
I've built a plotting widget in a Jupyter Notebook using bqplot. It uses IPython.display.clear_output() to redraw everything, which doesn't work on ipywidgets_server. Is there any other way clear the output?
And is it possible to embed a widget from ipywidgets_server in a web page?
The text was updated successfully, but these errors were encountered:
pbugnion
changed the title
Clear output
Handle clear output messages
Jun 6, 2018
At the moment, we don't catch the clear_output messages on the frontend, but that sounds like something we should do.
PRs welcome! If anyone wants to tackle this, shout out here and I can try to come up with more detail.
As a work-around, I suggest embedding your widget in a container (like an HBox or a VBox) and changing that container's children instead of clearing the output.
(Sorry, I don't have any experience with JS and HTML)
I've built a plotting widget in a Jupyter Notebook using
bqplot
. It usesIPython.display.clear_output()
to redraw everything, which doesn't work onipywidgets_server
. Is there any other way clear the output?And is it possible to embed a widget from
ipywidgets_server
in a web page?The text was updated successfully, but these errors were encountered: