-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Issue response templates
Daniel McCloy edited this page Mar 31, 2020
·
7 revisions
This appears to be a question about usage, not a bug report or a new feature request. Please use the MNE mailing list or the gitter channel for usage questions.
Please try to use Markdown to format your example code. This makes it easier for others to read and understand. I have fixed it for you this time, but you should learn how to use Markdown to improve the way you communicate with other developers in the future.
Please include the full output of $ python -c "import mne; mne.sys_info()"
(run from a terminal shell) or
import mne
mne.sys_info()
run from within a Python interpreter.