Skip to content

Instantly share code, notes, and snippets.

@GenevieveBuckley
Created November 15, 2018 00:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GenevieveBuckley/1af703377851128d18f8613ad569f8ef to your computer and use it in GitHub Desktop.
Save GenevieveBuckley/1af703377851128d18f8613ad569f8ef to your computer and use it in GitHub Desktop.
bokeh in a jupyter notebook
from bokeh.io import push_notebook, output_notebook, show, save
from bokeh.layouts import row, column, layout
from bokeh.plotting import figure
output_notebook()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment