-
Notifications
You must be signed in to change notification settings - Fork 328
Using %matplotlib widget instead of %matplotlib notebook,tk,etc
Rich Chiodo edited this page Dec 3, 2021
·
9 revisions
Matplotlib supports specifying a renderer in a notebook cell. Most of these implementations will shell out to an interactive window when plotting.
Some of the interactive options do not work within in VS code.
As of right now, the best option is to use %matplotlib widget
, which embeds an html based control into the VS code notebook.
- Contribution
- Source Code Organization
- Coding Standards
- Profiling
- Coding Guidelines
- Component Governance
- Writing tests
- Kernels
- Intellisense
- Debugging
- IPyWidgets
- Extensibility
- Module Dependencies
- Errors thrown
- Jupyter API
- Variable fetching
- Import / Export
- React Webviews: Variable Viewer, Data Viewer, and Plot Viewer
- FAQ
- Kernel Crashes
- Jupyter issues in the Python Interactive Window or Notebook Editor
- Finding the code that is causing high CPU load in production
- How to install extensions from VSIX when using Remote VS Code
- How to connect to a jupyter server for running code in vscode.dev
- Jupyter Kernels and the Jupyter Extension