Book styling

# Matplotlib compatibility patch for Pyodide
import matplotlib
if not hasattr(matplotlib.RcParams, "_get"):
    matplotlib.RcParams._get = dict.get

Book styling#

TeachBooks developed a few improvements of the book which improve the visual book styling.