jupyter-widgets-contrib / ipycanvas

Interactive Canvas in Jupyter
https://ipycanvas.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
690 stars 64 forks source link

Version: 0.5.1 MultiCanvas mouse event still not work #121

Closed Bookaa closed 4 years ago

Bookaa commented 4 years ago

Version: 0.5.1 MultiCanvas mouse event still not work

martinRenou commented 4 years ago

It does, you can check it on the Binder: https://mybinder.org/v2/gh/martinRenou/ipycanvas/stable?filepath=examples

Can you tell me how you updated ipycanvas?

Bookaa commented 4 years ago

I find I made a mistake. Everything is OK now.

I install 0.5.0, open a .pynb page, and it get a mouse event error. I stop the jupyter notebook server, reinstall 0.5.1. run the jupyter notebook server. and then in my explore, find this page, click restart server. I think everything will be new. But it did not! the error keep there. Now I close the page and open it again, everything is OK now. so weird!

sorry for disturbing

martinRenou commented 4 years ago

No worries!

Now I close the page and open it again

Yes, this was needed in order to reload the new JavaScript package in the page.