Open jsuria22 opened 1 year ago
When you're running the notebook on your local machine, you'll also need the EEG data files. You can find them in the "Releases" section of the Github page. For this tutorial you need this file: eeg-erp-data.zip
. Unzip it into the folder that also contains the notebooks you are running. It contains the data/magic-trick-raw.bdf
file.
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
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.