6. Time series and data smoothing¶
[1]:
import numpy as np
import pandas as pd
import scipy.signal
import bebi103
import bokeh_catplot
import holoviews as hv
import holoviews.operation.datashader
hv.extension('bokeh')
import bokeh
bokeh.io.output_notebook()