-
Notifications
You must be signed in to change notification settings - Fork 231
Open
Labels
Description
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. We should probably implement the same for the static image.
This will not work for the widget repr, but we could probably implement custom logic to mimick this behavior with the widget view.