Jean-Luc Stevens

Results 288 comments of Jean-Luc Stevens

Searching quickly on GitHub, I see two notebooks that use Dask dataframes, but they both seems to be part of the user guide as opposed to an impressive, standalone example:...

@rrpelgrim was good chatting with you at PyConDE! I agree that OSM is a better candidate than census for testing on a remote coiled cluster. @rrpelgrim what would you recommend...

Ah, I think the link in the notebook should be using `https` and not `http` as https://s3.amazonaws.com/datashader-data/osm-1billion.parq.zip works for me!

The API 2.0 proposal makes more sense to me and sound more flexible to me. > If you really wedded to the idea of combining the glyph and the scene,...

At a high level, I like API 3.0, it reminds me of adding elements to a [scenegraph](https://en.wikipedia.org/wiki/Scene_graph) which as you mentioned is a very common concept in graphics APIs. I...

This sounds good to me though I suspect I want to tackle the last task and then the first task listed above. In other words, work towards a generalized and...

@jbednar If you make your initial list of suggested improvements into checkboxes, you can tick off the first one now as https://github.com/pyviz/panel/pull/238 has been merged. https://github.com/pyviz/datashader/pull/707 is the first dashboard...

I reran the Appveyor tests on this PR to try to see what is failing. Some old failures have gone away (presumably issues fixed on master) but the tests that...

Actually, I'm not convinced that unit test is being on travis which would explain why only appveyor is failing right now!

I definitely do not like any approach that relies on YAML features not supported by JSON. Out of the two options presented above, I prefer the second. That said, sticking...