In [1]:
from bokeh.models import Legend, ColumnDataSource
from bokeh.plotting import figure, show, output_notebook

from bokeh.resources import INLINE
output_notebook(resources=INLINE)

import datetime
Loading BokehJS ...