Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hoechenberger/vscode-mne-python
- Owner: hoechenberger
- Created: 2021-07-05T19:24:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-14T10:24:06.000Z (over 3 years ago)
- Last Synced: 2024-10-16T05:42:06.651Z (3 months ago)
- Topics: mne, mne-python, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 1.07 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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.