welly
welly copied to clipboard
Curve _repr_html_ fails for simple Curve
This has no repr_html in a notebook:
index = np.linspace(0, 699, 700)
data = np.sin(basis/10)
curve = Curve(data=data, index=index)