Sharing code in reports

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

2. Sharing code in reports#

Attribution

This chapter is written by Tom van Woudenberg and Robert Lanzafame. Find out more here.

This chapter focuses on how to share code, or rather, how to share reports which are supported by code.