Skip to content

ipycanvas 0.13.1 does not work with google colab. 0.13 works. #318

Closed
@williamnavaraj

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions