References

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

References#

[Moo23]

Jason Moore. Learn multibody dynamics, sympy. https://moorepants.github.io/learn-multibody-dynamics/sympy.html, 2023.