ipycanvas icon indicating copy to clipboard operation
ipycanvas copied to clipboard

Interactive Canvas in Jupyter

Results 74 ipycanvas issues
Sort by recently updated
recently updated
newest added

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies

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

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Hi, As far as I can see, there is no way to scale an image when using `put_image_data`. e.g.: ```python from ipycanvas import Canvas import numpy as np canvas =...

How to get the new path

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependencies

This PR makes saving frames more reliable (fix https://github.com/martinRenou/ipycanvas/issues/222), allowing to implement a `save_gif` method (fix https://github.com/martinRenou/ipycanvas/issues/136) ```python from time import sleep # 50Hz frequency = 20 with save_gif(canvas, "test.gif",...

In setting up ipycanvas to use in a long-term project I had a couple of options that I think could be beneficial to others. 1. I added grayscale image support...

Hi Martin, I was trying out ipycanvas with solara, on pycafe actually: https://py.cafe/maartenbreddels/solara-ipycanvas-fractal-tree [![preview](https://py.cafe/preview/maartenbreddels/solara-ipycanvas-fractal-tree)](https://py.cafe/maartenbreddels/solara-ipycanvas-fractal-tree) And to work with solara, we need to create a new canvas manager for each virtual...