Martin Oberg
Martin Oberg
Here they are:   I should mention that everything works fine when I run MNE directly from my .py files. Thank you!
Same problem, unfortunately (sorry for not looking at the requirements more closely before): ` Traceback (most recent call last): File "C:\Users\moberg\AppData\Local\mne-python\1.6.0_0\Lib\site-packages\mnelab\mainwindow.py", line 783, in plot_data win = fig.canvas.manager.window ^^^^^^^^^^ AttributeError:...
Is it safe to do this? ``` with info._unlock(): info["lowpass"] = the_original_value ```