mne.datasets.default_path#

mne.datasets.default_path(*, verbose=None)[source]#

Get the default MNE_DATA path.

Parameters:
verbosebool | str | int | None

Control verbosity of the logging output. If None, use the default verbosity level. See the logging documentation and mne.verbose() for details. Should only be passed as a keyword argument.

Returns:
data_pathinstance of pathlib.Path

Path to the default MNE_DATA directory.