Maarten Breddels

Results 204 issues of Maarten Breddels

WIP to allow users to select rows or columns. Only includes the styling of the selection: ![image](https://user-images.githubusercontent.com/1765949/65522769-8c0f3b00-deeb-11e9-947c-d30918b57142.png) Inspired by https://stackoverflow.com/questions/30857341/restricting-selection-to-entire-row-column-in-handsontable TODO: propagate selected rows, selected columns and/or selected areas.

jupyter lab executes: https://github.com/QuantStack/ipysheet/blob/9d4c663a4d40fc25dc05a0b6154e04a249c329bf/js/package.json#L19 this runs webpack, which is not needed.

This is a bit of a better comparison and makes dask run. Instead of materializing a column, we nog aggregate (take the mean). And we don't ask dask to materialize...

Is there a reason `custom_data` is not in px.histogram, or was this simply an oversight in #1764?

Hi, I build a backend for this package in [vaex](http://vaex.astro.rug.nl), so vaex is showing many rows/particles in this matplotlib backend. However, I'd like to select things using the lasso or...

@JovanVeljanoski we need to discuss this, how we expose this. Questions * Do we always want to have lazy csv reading? Or if below say 20% of available RAM, load...

This allows any custom labeling from the kernel side, and code reuse of labeling code for bqplot and matplotlib. While I think it's always good to have more scales, there...

See #113 Visiting https://ipywebrtc.readthedocs.io/en/latest/VideoStream.html Gives: ``` I actually get an error with brave: Uncaught (in promise) DOMException: play() failed because the user didn't interact with the document first. https://goo.gl/xX8pDD ````

Gives a ~25-30% performance boost for creating widgets (benchmarking against 1000 buttons) by * not having comm a trait (no need for this) * doing less for every instance (and...