Talley Lambert
Talley Lambert
also happy to have a zoom sometime next week if you'd like to more generally discuss magicgui and mne
awesome 😎 very promising. I would definitely welcome a `MatplotlibFigureWidget` PR if you wanted to contribute it (and, if you don't, i'm happy to work on it as well when...
will do, thanks!
thanks @Czaki, that's very much appreciated
> I have strong worries that many people outside napari may depend on this magic yep, if this happens at all, it absolutely won't happen "quickly". It would be a...
hey @larsoner :wave: nice to see you here and thanks for opening a PR. I'm hesitant to add more base level dependencies to magicgui. By its nature, magicgui might potentially...
> Just let me know if you agree with how and where these should be documented (or if you have other ideas) and I'm happy to adjust this PR to...
(note also: I just killed the antiquated setup.py file in #595 ... so your conflict is due to that. it can just be removed)
hi @multimeric, if you want to add widgets to the layout that are not parameters to your function, then you're better off using the [direct widget API](https://pyapp-kit.github.io/magicgui/widgets/) You could create...
i'm really not sure there's an "elegant" solution here that avoids an unnatural/magic API. the @magicgui decorator provides a way to create a widget from a group of type annotated...