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:
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: