Skip to content

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.

Clone this wiki locally