Hi Andy
Please just try replacing %matplotlib inline with %matplitlib notebook
which should give you a complete interactive backend in the notebook.
It's by no means as nicely documented as it should be, but I use it on a
regular basis with matplotlib 1.5.1 and don't have any major issues. If you
Hi Jens
Thanks. %matplitlib notebook looks great!. As I move the mouse around I see
values for x, and y . Any idea how I can get programmatic access to the
mouse events? I.E. When a user clicks I need to fetch some additional info.
I am sure there are many other things I’ll eventually want to do.