Maarten Breddels

Results 847 comments of Maarten Breddels

To make this concrete, we could consider adopting some of the nomenclatures in https://arxiv.org/pdf/2001.00888.pdf such as a matrix dataframe (all columns of the same type, int or float).

Indeed, many people will want to make 'dataframe viewers', we just saw a new one recently: https://github.com/mariobuikhuizen/ipyvuetify/issues/71 If the exchange API is good, this would work with any dataframe (i.e....

So, the simplest way to support chunking would be to always return the same buffer for a particular column, but different offset and length, right?

Maybe to just typed arrays, for situations where you just want 1d arrays.

I think the cookiecutter doesn't work when the JS name != python name. I've been struggling with this myself. I'll open an issue soon.

I think I worked around this in bqplot by requiring yarn

I love it, and plan to do it to the widget libraries I maintain as well. I think you have a similar or open on bqplot, and I'd like to...

Dear Nicolas, a very interesting widget (cc @astrofrog ). In case you are interested, together with @mariobuikhuizen and @oscar6echo we are building ipyvuetify (which wraps nearly all vuetify widgets), and...

FYI, solara>=0.3.0 can now be replaces with `solara-ui` as a dependency, which will not take in the solara-server dependencies (starlette, uvicorn, ...) See https://solara.dev/changelog or https://solara.dev/documentation/getting_started/installing for more information.

My best guess is that the pinning of voila 0.5 https://github.com/voila-dashboards/voila/blob/v0.5.0/pyproject.toml#L37C1-L37C1 interferes with a different dependency (it could be jupyterlab). Note that regardless of this problem, I do not think...