-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Hi, I am stuck with the answer in the eeg-erp repository of beginner.ipynb, and I am trying to figure out what is the solution to that question. I am using Windows and Anaconda 3.
From your questions, it is stated that
- The function you want to call is named: read_raw_bdf. It has already been imported.
- Call it with a single argument: the name of the file to load. Remember the example sin(2)
- The name of the file to load is data/magic-trick-raw.bdf
- The name of the file is text. Remember what you know about text and quotation ' marks!
- Assign the result to a variable with the name raw using the = symbol.
Here is my answer fortis that question.
from mne.io import read_raw_bdf
raw = read_raw_bdf('data/magic-trick-raw.bdf')
But the result displayed FileNotFoundError.
Metadata
Metadata
Assignees
Labels
No labels