Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hoechenberger/vscode-mne-python

MNE-Python extension for VS Code
https://github.com/hoechenberger/vscode-mne-python

mne mne-python vscode vscode-extension

Last synced: about 1 month ago
JSON representation

MNE-Python extension for VS Code

Awesome Lists containing this project

README

        

# MNE-Python for VS Code

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

![Demo](images/demo.gif)

## 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

```python
import mne
```

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

## Known Issues

None so far.