-
Notifications
You must be signed in to change notification settings - Fork 366
Open
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityipywidgetsRendering, loading, saving, anything to do with IPyWidgetsRendering, loading, saving, anything to do with IPyWidgets
Milestone
Description
Environment data
- VS Code version: 1.107.1
- Jupyter Extension version (available under the Extensions sidebar): 2025.9.1
- Python Extension version (available under the Extensions sidebar): 2025.20.1
- OS (Windows | Mac | Linux distro) and version: Windows 11 Pro 24H2
- Python and/or Anaconda version: Python 3.13.9.final.0, Anaconda 25.11.0
- Type of virtual environment used (N/A | venv | virtualenv | conda | ...): conda
- Jupyter server running: Local
Expected behaviour
There has to be a way to disable this warning or any warnings originating with the extension (see Actual behaviour). It would be acceptable, albeit less granular, to have a way of disabling all warnings from the extension entirely.
Actual behaviour
Code line %matplotlib agg is underlined with a warning squiggle (yellow). The only option to address this is "More Info" pointing to a URL explaining that VS code should work with these two options: inline or widget. This is fine to have a warning like this but there must be a way to disable this warning.
Steps to reproduce:
- Open any notebook
- Type
%matplotlib agg
Logs
Not applicable
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityipywidgetsRendering, loading, saving, anything to do with IPyWidgetsRendering, loading, saving, anything to do with IPyWidgets