I was thinking of using mne report as a persistent record of interacting
with a subjects data. More of a lab notebook? entry then a final report.
I'm in the process of designing some analysis pipelines. if an mne report
could be serialized to disk then each step could add to a growing report.
Otherwise i could make a separate report for each step and then combine
them at the end or wait and generate a report once the pipeline is complete.
There are a number of different ways I could go but having a serializable
report would offer some flexibility.
I imagine pickle will work fine but wanted to make sure I wasn't missing an
io method somewhere to reread the HTML back in.