ipympl icon indicating copy to clipboard operation
ipympl copied to clipboard

Learn from `jupyter_rfb` (or use?)

Open ianhi opened this issue 4 years ago • 2 comments

vispy has made a library that solves many of the same issues as ipympl: https://github.com/vispy/jupyter_rfb

Probably good to look over that and maybe learn things. Or more dramatically to start using that library?

Heads up @martinRenou

ianhi avatar Oct 07 '21 18:10 ianhi

For example they are also solving the embedding a static image in the notebook: https://github.com/vispy/jupyter_rfb/blob/73fd4cdd94427bc7add86b38c8f374cbc0ca9dfd/jupyter_rfb/widget.py#L123-L134

ianhi avatar Oct 07 '21 18:10 ianhi

For example they are also solving the embedding a static image in the notebook: https://github.com/vispy/jupyter_rfb/blob/73fd4cdd94427bc7add86b38c8f374cbc0ca9dfd/jupyter_rfb/widget.py#L123-L134

Nice. If I understand correctly, this was to bypass the nbconvert limitation of showing broken widgets instead of other reprs. This should be fixed in the next nbconvert release with https://github.com/jupyter/nbconvert/pull/1643

martinRenou avatar Oct 08 '21 08:10 martinRenou