Maarten Breddels

Results 836 comments of Maarten Breddels
trafficstars

What is the reason conda-forge packages work, but pip packages don't?

Yes, but it still involves manual steps, especially when requirements/pinning changes. I've streamlined so much of the release process in all my projects, but also supporting conda-forge just sucks the...

I just stumbled on this repo today, because I was working on a reboot of flask_ipywidgets and was curious how you people were doing some similar work (the code looks...

I've added [a pytest plugin in solara](https://solara.dev/docs/howto/testing) which can test with playwright against solara (fastest option, and no separate kernel process), but it can also test against Voila, Jupyter Notebook,...

An update to this: We split off the package from [solara](https://github.com/widgetti/solara/) and it is now called [pytest-ipywidgets](https://pypi.org/project/pytest-ipywidgets/), which allows you to test with or without a browser (playwright). It's [documented...

An asyncio solution was posted by me here: https://gitter.im/jupyter-widgets/Lobby?at=5e86fe9381a582042e972b4d

To clarify, the new widget could live in the ipyaggrid package as a new widget, it does not need to be a new ipywidget library/package.

I don't know the answer to this specific question, did you check out the https://github.com/widgetti/ipyaggrid/tree/master/docs/notebooks directory. Maybe that helps you in the right direction

Thanks @vthemelis do you know how to trigger a python callback using this? that would be a really nice example I think.

Yes, we had some work to do, which eventually landed in ipyaggrid https://github.com/widgetti/ipyaggrid/pull/32 which allows us to do visual tests. This means we will not have regressions, and expected behaviour....