Just to leave a comment for the next issue on v2.0 of the GUI:
The next version of the GUI would require a modular QT MNE backend.
- This would require a PR as Martin suggests to
BrowserBase to be able to sub out the actual data for the plotting. The API would probably be something like browser.replace_data(inst).
- Then a PR to mne-qt-browser to add the capability inside the MNE QT browser
- Finally, we would update the timeseries widget accordingly in mne-icalabel
Originally posted by @adam2392 in #66 (comment)
Just to leave a comment for the next issue on v2.0 of the GUI:
The next version of the GUI would require a modular QT MNE backend.
BrowserBaseto be able to sub out the actual data for the plotting. The API would probably be something likebrowser.replace_data(inst).Originally posted by @adam2392 in #66 (comment)