Python 3.12.7 | packaged by conda-forge | (main, Oct 4 2024, 15:47:54) [MSC v.1941 64 bit (AMD64)]
CPU 11th Gen Intel(R) Core™ i5-11400H @ 2.70GHz (12 cores)
Memory 15.7 GiB
Hi everyone!
I am beginner in Python and MNE Python. I have issues to see the plots.
When I run this:
import mne
fname='ZZZ.fif'
raw = mne.io.read_raw_fif(fname, preload=True)
raw.plot_psd()
raw.plot()
MNE starts and the plot window is displayed, but it immediately disappears
This is probably something easy to fix, maybe an installation issue, I don’t know.
I would appreciate it if you could help me.