Hi, some test are falling with matplotlib 3.8.4 and jinja 3.1.4 and python 3.12.4.
Is this fixed yet? I just tried the example from the Quick Start Guide with the 0.2 release properly installed: import matplotlib.pyplot as plt, mpld3 plt.plot([3,1,4,1,5], 'ks-', mec='w', mew=5, ...