welly icon indicating copy to clipboard operation
welly copied to clipboard

Curve _repr_html_ fails for simple Curve

Open kwinkunks opened this issue 3 years ago • 0 comments

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)

kwinkunks avatar Feb 16 '22 00:02 kwinkunks