Currently, I'm using the following at the start of my notebook to generate SVG plots:
%matplotlib inline
%config InlineBackend.figure_format = 'svg'
When using the nbagg
backend instead (like this: %matplotlib nbagg
), plots are generated as PNGs. Is it possible to configure the nbagg
backend to generate SVGs?