Description of the problem
Info HTML reprs are now collapsed by default. That means that whenever I want to view Info inside e.g. a Jupyter Notebook or VS Code Python's Interactive Window, I need to click to uncollapse things. It's disrupting my workflow and I had to resort to typing print(info), but this doesn't show the nice HTML representation. I'm unhappy.
Steps to reproduce
# %%
import mne
sample_dir = mne.datasets.sample.data_path()
sample_fname = sample_dir / 'MEG' / 'sample' / 'sample_audvis_raw.fif'
info = mne.io.read_info(sample_fname)
info
Link to data
No response
Expected results
Actual results
Additional information
At least the General and Channel sections should be uncollapsed by default
Filing as a bug because I really dislike it and it disrupts my workflow
Description of the problem
Info HTML reprs are now collapsed by default. That means that whenever I want to view Info inside e.g. a Jupyter Notebook or VS Code Python's Interactive Window, I need to click to uncollapse things. It's disrupting my workflow and I had to resort to typing
print(info), but this doesn't show the nice HTML representation. I'm unhappy.Steps to reproduce
Link to data
No response
Expected results
Actual results
Additional information
At least the
GeneralandChannelsections should be uncollapsed by defaultFiling as a bug because I really dislike it and it disrupts my workflow