Pandas Seaborn

Notebook conversion failed with the following traceback: Cell raised uncaught exception: --------------------------------------------------------------------------- AttributeError Traceback (most recent call last)  in ()  3 for oe, te in itertools.product(np.linspace(0.5,2,4), np.linspace(0.5,2,4)):  4 sines = np.array([sine_wave(31, oe, te) for _ in range(20)]) ----> 5 sine_stack[(oe, te)] = hv.TimeSeries(sines, label='Sine', group='Activity',  6 kdims=['Time', 'Observation'])  7 cosines = np.array([sine_wave(31, oe, te, phase=np.pi) for _ in range(20)]) AttributeError: module 'holoviews' has no attribute 'TimeSeries'

Download this notebook from GitHub (right-click to download).