martinRenou

Results 251 issues of martinRenou

We should test the library with robotframework-jupyter

enhancement

We should better document the Canvas communication logic, so that it's easier to understand why people **should** use `hold_canvas` as much as possible. A nice animation with the messages going...

documentation

As discussed here: https://github.com/martinRenou/ipycanvas/discussions/144 It would be nice to be able to create a `MultiCanvas` with a mix of `Canvas` and `RoughCanvas`. We might want to change the MultiCanvas API...

enhancement

When you want to display 1000 rectangles on the canvas, the current best way of doing it is to hold the commands and send them all at once. Something like:...

enhancement

We should remove the `on_client_ready` event, it should be invisible to the user. The front-end should first acknowledge that it is ready to receive commands, and then the back-end should...

The `setup.py` should fail if npm is not available

bug

### Problem It is currently not possible to automatically install Python packages inside the pyolite kernel. ### Proposed Solution It would be nice to be able to configure Pyolite to...

enhancement
performance

## Description The development setup on JupyterLite is a bit heavy: - `dodo.py` is 1800 lines of code https://github.com/jupyterlite/jupyterlite/blob/main/dodo.py - some commands don't do **only** what they advertise, for example...

enhancement
maintenance