Bokeh Plots

For rapid prototyping bokeh charts
bplot = get_bplot()
bplot.line(np.arange(100), np.cumsum(np.random.uniform(size=100)))
bshow(bplot)