Created
November 15, 2018 00:34
-
-
Save GenevieveBuckley/1af703377851128d18f8613ad569f8ef to your computer and use it in GitHub Desktop.
bokeh in a jupyter notebook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
https://bokeh.pydata.org/en/latest/docs/user_guide/notebook.html