Martin Oberg

Results 3 comments of Martin Oberg

Here they are: ![mnelab](https://github.com/cbrnr/mnelab/assets/16995699/de5b21e5-a6c1-40ad-92fa-38624d6d7342) ![Capture_qt](https://github.com/cbrnr/mnelab/assets/16995699/7b04b1e0-b007-4b4c-aae2-27e01b259c43) 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 ```