MRG, ENH: add _repr_html_ method in the class BaseEpochs#9189
MRG, ENH: add _repr_html_ method in the class BaseEpochs#9189hoechenberger merged 13 commits intomne-tools:mainfrom
Conversation
agramfort
left a comment
There was a problem hiding this comment.
the report should also be updated accordingly to use the template for -epo.fif files.
thx @vagechirkov
Co-authored-by: Alexandre Gramfort <alexandre.gramfort@m4x.org>
|
diff looks good can you touch the plot_report file and maybe another one so we see in the doc artifact how it looks? also don't forget to update what's new. thx @vagechirkov |
hoechenberger
left a comment
There was a problem hiding this comment.
Thanks for your work on this! I left a few comments; looks good to me generally; I'd like to encourage you to make use of f-strings; also special-casing None in Epochs.baseline should not be necessary.
Co-authored-by: Richard Höchenberger <richard.hoechenberger@gmail.com>
Co-authored-by: Richard Höchenberger <richard.hoechenberger@gmail.com>
Co-authored-by: Richard Höchenberger <richard.hoechenberger@gmail.com>
Co-authored-by: Richard Höchenberger <richard.hoechenberger@gmail.com>
As far as I understood there are no epochs files in the example dataset. Here is the output of the report after I created one: |
hoechenberger
left a comment
There was a problem hiding this comment.
Looks very clean! Just one small suggestion.
Co-authored-by: Richard Höchenberger <richard.hoechenberger@gmail.com>
|
Thanks, @vagechirkov! |

Reference issue #9177
Add
_repr_html_for BaseEpochs:(updated image)