ENH: add _repr_html_ method in the class mne.Evoked#9220
Closed
vagechirkov wants to merge 12 commits intomne-tools:mainfrom
Closed
ENH: add _repr_html_ method in the class mne.Evoked#9220vagechirkov wants to merge 12 commits intomne-tools:mainfrom
vagechirkov wants to merge 12 commits intomne-tools:mainfrom
Conversation
agramfort
reviewed
Mar 30, 2021
Co-authored-by: Alexandre Gramfort <alexandre.gramfort@m4x.org>
Co-authored-by: Richard Höchenberger <richard.hoechenberger@gmail.com>
Co-authored-by: Richard Höchenberger <richard.hoechenberger@gmail.com>
drammock
reviewed
Mar 30, 2021
Co-authored-by: Daniel McCloy <dan@mccloy.info>
| evoked_template = Template(""" | ||
| <table class="table table-hover"> | ||
| <tr> | ||
| <th>Content</th> |
Member
There was a problem hiding this comment.
I'm starting to think that maybe we should just call this Conditions? WDYT?
Contributor
Author
There was a problem hiding this comment.
I think the original Comment is also an option :)
Member
|
@vagechirkov Are you willing to revive this? I think it would still be awesome to have this improvement in the next MNE-Python release! <3 |
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reference issue #9177
Add
_repr_html_for mne.Evoked:(updated image)