mne.get_config_path#
- mne.get_config_path(home_dir=None)[source]#
Get path to standard mne-python config file.
- Parameters:
- Returns:
- config_path
str
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.
- config_path
Examples using mne.get_config_path
#
Configuring MNE-Python