jupyter-widgets-contrib / ipycanvas

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

Canvas not rendering shapes in Voila #342

Closed Voranto closed 7 months ago

Voranto commented 7 months ago

Just as the title says, im trying to render the canvas I'm using in Jupyter Notebook, it works perfectly fine, with all the drawing functions I've added. But when trying to convert to Voila, the canvas appears blank and unresponsive, and even if i try to render static shapes, doesn't work.

image This is in jupyter notebook


This is in Voila image

I have tried the advice in the documentation, but even when using the following code, it doesn't work image

Ive tried everything...

martinRenou commented 7 months ago

Answered in https://github.com/voila-dashboards/voila/issues/1447