Hello,
Running CW-Lite (Xmega) with SCA-L1 on SCA-101 Lab 6_4 (Jittery triggerring on UART) but unable to get pass through the following line of code.
Some code rearragements done here to run the commands in correct order
import holoviews as hv
from holoviews.streams import Pipe, Buffer
pipe = Pipe(data=[ ])
plot = cw.plot([1, 2, 3])
dynamic_map = hv.DynamicMap(plot, streams=[pipe])
plot
dynamic_map
ValueError: Callable parameter 'Callable.callable' only takes a callable object, not objects of <class 'holoviews.element.chart.Curve'>.
Online searches (AKA google, ChatGPT etc.) do not return anything promising.
Any useful hints here?