ipywidgets_server
                                
                                
                                
                                    ipywidgets_server copied to clipboard
                            
                            
                            
                        Examples demonstrating how to use ipywidgets server with matplotlib
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.
I tried to use matplotlibs on ipywidgets_server, but I failed. If you have an example using ipympl, Could you show me the example?