Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
williamnavaraj opened this issue Jan 27, 2023 · 1 comment
Closed

Comments

@williamnavaraj
Copy link

williamnavaraj commented Jan 27, 2023

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 ???

@williamnavaraj williamnavaraj changed the title ipycanvas 0.13.1 does not work with google collab. 0.13 works. ipycanvas 0.13.1 does not work with google colab. 0.13 works. Jan 28, 2023
@williamnavaraj
Copy link
Author

ipycanvas-0.13.2 works. Closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant