Add HTML rendering of the MNE objects using `_repr_html_` method. TODO list: - [x] `Info` #6846 #9161 <details>  </details> - [x] `BaseRaw` #9161 #9172 <details>  </details> - [x] `Epochs` #9189 <details>  </details> - [ ] `Evoked` - [ ] `SourceEstimate`
Add HTML rendering of the MNE objects using
_repr_html_method.TODO list:
Infomeasurement Info shoudl have a _reprt_html method to be printed in a notebook #6846 ENH: add _repr_html_ method in the classes Info and BaseRaw #9161Details
BaseRawENH: add _repr_html_ method in the classes Info and BaseRaw #9161 ENH: Extend _repr_html_ method for Raw #9172Details
EpochsMRG, ENH: add _repr_html_ method in the class BaseEpochs #9189Details
EvokedSourceEstimate