Learn Before
Code
Matplotlib SVG Display Format
In Jupyter notebooks, the default image format for matplotlib plots can result in blurry graphics. To achieve crisper, high-quality images, the backend_inline module can be configured to output plots in Scalable Vector Graphics (SVG) format using backend_inline.set_matplotlib_formats('svg').
0
1
Updated 2026-05-02
Tags
D2L
Dive into Deep Learning @ D2L