jupyter/dashboards

Found an error in taxi_dashboard

ssackett opened this issue · 4 comments

While executing the demo dashboard "taxi_dashboard" I received the error:

FileNotFoundError: File b'/home/jovyan/work/taxi_demo/datasets/fares.csv' does not exist

This caused by LOCAL_DATA being defined as:
LOCAL_DATA = '/home/jovyan/work/taxi_demo/datasets'

Instead it should point to:
./dashboards/etc/notebooks/taxi_demo/datasets

Good find. Happy to take a pull request if you'd like to contribute a fix. Otherwise we'll get to it. I'm not sure the declarative widgets are working at the moment with latest pandas, separate from this issue.

Yep. Sounds like the declarative widgets issue I mentioned. I would treat that demo as dead for the time being.