中文
注册
我要评分
文档获取效率
文档正确性
内容完整性
文档易理解
在线提单
论坛求助

运行和验证

操作步骤

  1. 使用PuTTY工具,以root用户登录服务器。
  2. 执行以下命令下载算例。
    git clone https://github.com/mne-tools/mne-python.git
  3. 执行以下命令进入算例下载位置。
    cd mne-python/examples/datasets
  4. 执行以下命令执行算例。
    mkdir /root/mne_data
    python hf_sef_data.py

    若出现“No module named 'xxx'”报错,执行“pip install xxx”安装对应依赖即可。

    回显显示如下信息,则表示算例执行成功。