mne_lsl.sys_info🔗

mne_lsl.sys_info(fid=None, *, extra=False, developer=False)[source]🔗

Print the system information for debugging.

Parameters:
fidfile-like | None

The file to write to, passed to print(). Can be None to use sys.stdout.

extrabool

If True, display information about optional dependencies.

developerbool

If True, display information about optional dependencies. Only available for the package installed in editable mode.