ipympl
ipympl copied to clipboard
Matplotlib Jupyter Integration
My issue boils down to: "Why does the figure not show immediately, but instead waits until the cell has completed running?" ```python %matplotlib widget import matplotlib.pyplot as plt from time...
## Describe the issue in the deploy action the npm authentication seems to be broken: https://github.com/matplotlib/ipympl/runs/5243522626?check_suite_focus=true ``` npm ERR! code ENEEDAUTH npm ERR! need auth This command requires you to...
## Describe the issue Plots by default are sometimes too large, and the right side is cut off (e.g. when using the sexy Jupyter Lab side-by-side rendering or just using...
Something I've seen in previous versions as well as the current version: In order to have a figure that dynamically updates while some code is executing (e.g. tracking the loss...
## Describe the issue https://mybinder.org/v2/gh/matplotlib/ipympl/stable?urlpath=retro/notebooks/examples/ipympl.ipynb leads to a 404 for me. If i swap `retro` for `lab` and remove the `notebooks` then it works: https://mybinder.org/v2/gh/matplotlib/ipympl/stable?urlpath=retro/examples/ipympl.ipynb
## Problem Description I am trying to create a figure and subsequently change it using interactive input. Specifically, I would like to change the number of subplot axes based on...
Each time I try to save a matplotlib plot generated by running a python script in an interactive window of Visual Studio Code 1.63.2 using %matplotlib ipympl , I get...
Hi, ## Some context I typically install the jupter notebook in a conda environment, and create a shortcut on the desktop to launch jupyter-notebook.exe (windows 10 64 bits). Then I...
## Describe the issue The matplotlib-inline backend provides the `needs_background` metadata which allows to force a light background under plot images to improve readability when using a JupyterLab dark theme....