Open ssackett opened 7 years ago
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.
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 notifications@github.com 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 https://github.com/jupyter/dashboards/issues/305#issuecomment-322508511, or mute the thread https://github.com/notifications/unsubscribe-auth/AHhIISi01h2tI-Ky-7Y6tgHLWR5wpNVoks5sYb83gaJpZM4O3wx6.
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 notifications@github.com 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 https://github.com/jupyter/dashboards/issues/305#issuecomment-322508511, or mute the thread https://github.com/notifications/unsubscribe-auth/AHhIISi01h2tI-Ky-7Y6tgHLWR5wpNVoks5sYb83gaJpZM4O3wx6.
Yep. Sounds like the declarative widgets issue I mentioned. I would treat that demo as dead for the time being.
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