You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the HealthcareJupyterDemo, user must change the code in:
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:
The text was updated successfully, but these errors were encountered:
When running the HealthcareJupyterDemo, user must change the code in:
In order to work with bokeh version > 0.12.2.
Otherwise, an error similar to this is shown:
Suggest to modify the demo so this change is performed programmatically. The bokeh version can be checked using:
The text was updated successfully, but these errors were encountered: