mne.get_config_path
Get path to standard mne-python config file.
str
None
The folder that contains the .mne config folder. If None, it is found automatically.
The path to the mne-python configuration file. On windows, this will be ‘%USERPROFILE%.mnemne-python.json’. On every other system, this will be ~/.mne/mne-python.json.
Configuring MNE-Python