ipympl
ipympl copied to clipboard
Matplotlib Jupyter Integration
## Issue There is a warning being triggered when running `pytest` with the following instruction: ``` ipympl.backend_nbagg.new_figure_manager_given_figure(1, matplotlib.figure.Figure())) ``` The warning is the following: ``` /Users/luisaleixo/.pyenv/versions/3.9.6/envs/cara/lib/python3.9/site-packages/ipywidgets/widgets/widget.py:477: DeprecationWarning: Passing unrecognized arguments...
Docs request (feature request?): Using ipympl when Jupyter and kernel are in different environments
## Describe the issue This issue is a continuation from https://github.com/matplotlib/ipympl/issues/112. A very common use case involves a centrally-installed Jupyter instance running Jupyter kernels in various task-specific environments. Examples include...
## Describe the issue I realise there has already been several issues opened about the performance of `ipympl` (e.g. #55), compared to other libraries that render in jupyter. But I...
## Describe the issue matplotlib.pyplot.figure.show method displays figure two times.  ## Versions ``` 3.10.4 (main, Mar 31 2022, 08:41:55) [GCC 7.5.0] ipympl version: 0.8.7 Selected Jupyter core packages... IPython...
Hi, I build a backend for this package in [vaex](http://vaex.astro.rug.nl), so vaex is showing many rows/particles in this matplotlib backend. However, I'd like to select things using the lasso or...
How to save an interactive graph, keeping the interaction resource in the saved file
## Describe the issue when i am plotting in the jupyterlab, it seems something wrong... (Google Chrome)  ## Versions ``` C:\Users\10158>python -c "import sys; print('\n',sys.version); import ipympl; print('ipympl version:',...
As shown in the [example notebook,](https://github.com/matplotlib/ipympl/blob/main/docs/examples/full-example.ipynb) it is possible to configure the appearance of the `Canvas` widget by setting some attributes on it. A lot of these attributes are settings...
Hi, I use ipympl in jupyterlab.`%matplotlib widget` opens a different figure for the same cell after each run. Soon I'll get this max open warning, which is kinda irritating. `%matplotlib...