Skip to content

jupyter lab: Enable %matplotlib widget

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr179 into master

Allow using "%matplotlib widget" magic in jupyter lab notebooks, which gives what used to be enabled by "%matplotlib notebook" in legacy notebooks. This allows zooming and panning on the plots interactively.

Merge request reports