Found an error in taxi_dashboard
ssackett opened this issue · 4 comments
ssackett commented
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
parente commented
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.
ssackett commented
Peter,
Thanks for the help. I'll let you know when I get things working.
Steve
… On Aug 15, 2017, at 11:54 AM, Peter Parente ***@***.***> wrote:
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 at the moment, separate from this issue.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#305 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AHhIISi01h2tI-Ky-7Y6tgHLWR5wpNVoks5sYb83gaJpZM4O3wx6>.
ssackett commented
Peter,
Taxi_dashboard is badly broken. The notebook runs without error but none of the graphics render in either the notebook or dashboard views.
I won't be able to offer a fix beyond what I mentioned earlier about the path to the .csv file.
Steve
… On Aug 15, 2017, at 11:54 AM, Peter Parente ***@***.***> wrote:
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 at the moment, separate from this issue.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#305 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AHhIISi01h2tI-Ky-7Y6tgHLWR5wpNVoks5sYb83gaJpZM4O3wx6>.
parente commented
Yep. Sounds like the declarative widgets issue I mentioned. I would treat that demo as dead for the time being.