Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

samples/HealthcareJupyterDemo should work for any version of bokeh #134

Open
ibmkendrick opened this issue Jul 24, 2017 · 0 comments
Open

Comments

@ibmkendrick
Copy link
Contributor

When running the HealthcareJupyterDemo, user must change the code in:
image
In order to work with bokeh version > 0.12.2.

Otherwise, an error similar to this is shown:

/usr/local/src/conda3_runtime.v14/4.1.1/lib/python3.5/site-packages/bokeh/io.py:489: UserWarning: Cannot find a last shown plot to update. Call output_notebook() and show(..., notebook_handle=True) before push_notebook() 
  warnings.warn("Cannot find a last shown plot to update. Call output_notebook() and show(..., notebook_handle=True) before push_notebook()") 

Suggest to modify the demo so this change is performed programmatically. The bokeh version can be checked using:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant