dashboards icon indicating copy to clipboard operation
dashboards copied to clipboard

Found an error in taxi_dashboard

Open ssackett opened this issue 6 years ago • 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

ssackett avatar Aug 15 '17 15:08 ssackett

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.

parente avatar Aug 15 '17 15:08 parente

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 [email protected] 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.

ssackett avatar Aug 16 '17 10:08 ssackett

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 [email protected] 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.

ssackett avatar Aug 16 '17 20:08 ssackett

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

parente avatar Aug 16 '17 21:08 parente