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 andmne.verbose()
for details. Should only be passed as a keyword argument.
- verbosebool |
- Returns:
- data_pathinstance of
pathlib.Path
Path to the default MNE_DATA directory.
- data_pathinstance of