mne_lsl.sys_info🔗 mne_lsl.sys_info(fid=None, *, extra=False, developer=False)[source]🔗 Print the system information for debugging. Parameters: fidfile-like | NoneThe file to write to, passed to print(). Can be None to use sys.stdout. extraboolIf True, display information about optional dependencies. developerboolIf True, display information about optional dependencies. Only available for the package installed in editable mode.