ipympl
ipympl copied to clipboard
Matplotlib Jupyter Integration
I've followed the installation instruction and consulted previous posts. But `%matplotlib widget` still give me error messages. `%matplotlib widget` `--------------------------------------------------------------------------- ImportError Traceback (most recent call last) in ----> 1 get_ipython().run_line_magic('matplotlib',...
## Describe the issue When rendering a notebook using Voila, the interactive matplotlib widget using ipympl backend is also rendered. However this widget is completely missing the Axes, therefore not...
## Describe the issue In an earlier version of ipympl (unfortunately, haven't recorded which), if I chose the positioning of the toolbar on top, it was automatically placed on the...
## Describe the issue Explicit figure numbers seem to cause a small glitch in `ipympl`. When the following cell is executed once, it shows the plot. When re-executing the cell,...
## Describe the issue Thank you very much for providing this tool! I have an apparently `seaborn`-related problem with showing widgets; I am posting this here first. Please let me...
**Describe the bug** I should be able to select data points from a figure and then red crosses are supposed to appear after clicking with the mouse, but nothing happens,...
I have a notebook in Jupyter Lab, so far using the default matplotlib backend, which in this context I believe is `inline`. When I have a sequence of plotting commands...
If I have a plot in a notebook cell, and execute it twice, the plot output disappears. This is not what is expected. For example, using this code in one...
## Describe the issue It seems that the widget backend is doing something that is deprecated, and I thought I should make a note of it here. Example: ```python import...
## Describe the issue Due to a dependency on `tornado` https://github.com/matplotlib/matplotlib/blob/c06e8709dde6504d396349c0c80ef019c88c3927/lib/matplotlib/backends/backend_webagg_core.py#L22, ipympl does not work in [JupyterLite](https://github.com/jtpio/jupyterlite) We might be able to implement a custom Timer https://github.com/matplotlib/matplotlib/blob/c06e8709dde6504d396349c0c80ef019c88c3927/lib/matplotlib/backends/backend_webagg_core.py#L118 based entirely on...