ipywidgets_server icon indicating copy to clipboard operation
ipywidgets_server copied to clipboard

Examples demonstrating how to use ipywidgets server with matplotlib

Open pbugnion opened this issue 7 years ago • 1 comments

In PR #33, I removed all of the matplotlib examples because they were very brittle. I think this is mostly due to the brittleness of embedding matplotlib plots in an output widget, rather than a problem with ipywidget server directly.

A better approach might be to use ipympl in the examples.

pbugnion avatar Apr 08 '18 07:04 pbugnion

I tried to use matplotlibs on ipywidgets_server, but I failed. If you have an example using ipympl, Could you show me the example?

stakemura avatar Sep 27 '18 17:09 stakemura