I cannot get the interactive plot to work on this; it doesn't redraw as your video shows and I'm working from the nyc_taxi file in the datashader/examples folder. Any help?
We're playing catchup with Bokeh recently, which has had a flurry of releases as it gears up for its major 1.0 release. Each new release has subtly modified the interface that the InteractiveImage class uses to update these plots dynamically, and so you'll need to use the right combination of datashader+bokeh for it to work. E.g. the current datashader 0.4.0 release works well with Bokeh 0.12.0, and should also work well with 0.12.2 (not yet released). This should all settle down soon as Bokeh reaches 1.0. If matching the versions doesn't help, feel free to file a detailed Github issue at our web site (github.com/bokeh/datashader/issues).
Thanks! Love how you all stay involved and connected with the user base. I got it working. Bryan (I think) responded and told me to update the version.
I am having trouble reading the parquet data file; any way it can be reuploaded, checked for errors. thanks
where is nyc_taxi in examples folder?
i cannot find it
See the complete SciPy 2016 Conference talk & tutorial playlist here: th-cam.com/play/PLYx7XA2nY5Gf37zYZMw6OqGFRPjB1jCy6.html
I cannot get the interactive plot to work on this; it doesn't redraw as your video shows and I'm working from the nyc_taxi file in the datashader/examples folder. Any help?
We're playing catchup with Bokeh recently, which has had a flurry of releases as it gears up for its major 1.0 release. Each new release has subtly modified the interface that the InteractiveImage class uses to update these plots dynamically, and so you'll need to use the right combination of datashader+bokeh for it to work. E.g. the current datashader 0.4.0 release works well with Bokeh 0.12.0, and should also work well with 0.12.2 (not yet released). This should all settle down soon as Bokeh reaches 1.0. If matching the versions doesn't help, feel free to file a detailed Github issue at our web site (github.com/bokeh/datashader/issues).
Thanks! Love how you all stay involved and connected with the user base. I got it working. Bryan (I think) responded and told me to update the version.
Fascinating!