IBM / visualize-data-with-python

A Jupyter notebook using some standard techniques for data science and data engineering to analyze data for the 2017 flooding in Houston, TX.
https://developer.ibm.com/patterns/visualize-data-with-python/
Apache License 2.0
59 stars 78 forks source link

bar chart errors on undefined value #26

Closed scottdangelo closed 7 years ago

scottdangelo commented 7 years ago

I am getting an error when trying to visualize the data as a bar chart: Invalid html output: undefined is not an object (evaluating 'this._mapping[t[0]].value')

scottdangelo commented 7 years ago

The bokeh version 0.12.7 breaks functionality in PixieDust, so pin to version 0.12.6.