(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?
(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_serverin a web page?