项目作者: hoechenberger

项目描述 :
MNE-Python extension for VS Code
高级语言: TypeScript
项目地址: git://github.com/hoechenberger/vscode-mne-python.git
创建时间: 2021-07-05T19:24:29Z
项目社区:https://github.com/hoechenberger/vscode-mne-python

开源协议:

下载


MNE-Python for VS Code

A collection of some basic commands and code snippets for MNE-Python.

Demo

Usage

View a raw FIFF file in MNE-Python

Navigate to the file you wish to open in the file explorer pane, right-click
on the file to bring up the context menu, and select View in MNE-Python.

Display MNE-Python version and system info

Open the command palette (⇧⌘P on macOS) and select the respective option.

Code Snippets

Simply type

  1. import mne

while in Python language mode and select the desired snippet from the
IntelliSense proposals.

Known Issues

None so far.