Closed
Description
As the title says, ipycanvas 0.13.1 seems to not work with google colab. 0.13 works.
Code:
!pip install ipycanvas==0.13.1
from google.colab import output
output.enable_custom_widget_manager()
from ipycanvas import Canvas
testipycanvas = Canvas(width = 20, height = 20)
testipycanvas.fill_style = "green"
testipycanvas.fill_rect(0,0,20)
display(testipycanvas)
Related to #170 ???
Metadata
Assignees
Labels
No labels