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

Make drawings part of the model #224

Open
martinRenou opened this issue Nov 15, 2021 · 1 comment
Open

Make drawings part of the model #224

martinRenou opened this issue Nov 15, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@martinRenou
Copy link
Collaborator

The fact that the drawings are not part of the widget model brings many issues:

  • ipycanvas does not work well with jupyter-sphinx and nbconvert
  • it will not work well with an ipywidget RTC

We could make the drawings part of the model without altering performances, following the implementation we made for ipympl: matplotlib/ipympl#376

@martinRenou martinRenou added the enhancement New feature or request label Nov 15, 2021
@martinRenou
Copy link
Collaborator Author

We need a way to limit this model size though. Nothing would stop the user to make an enormous amount of drawings.

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

No branches or pull requests

1 participant