In [ ]:
from bokeh.plotting import figure
from bokeh.io import output_file, show

In [8]:
X = [1, 2, 3, 4, 5]
y = [6, 7, 8, 9, 10]


ERROR:root:Cell magic `%%pep8` not found.

In [5]:



ERROR:root:Line magic function `%install_ext` not found.

In [ ]: