Put bokeh plot in Jupyter Notebook. from bokeh.plotting import figure, show from bokeh.io import output_notebook p = figure() show(p)