Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoechenberger/vscode-mne-snippets
A collection of snippets for producing minimal working examples for MNE-Python.
https://github.com/hoechenberger/vscode-mne-snippets
Last synced: about 1 month ago
JSON representation
A collection of snippets for producing minimal working examples for MNE-Python.
- Host: GitHub
- URL: https://github.com/hoechenberger/vscode-mne-snippets
- Owner: hoechenberger
- Created: 2021-04-09T19:14:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-09T19:19:44.000Z (almost 4 years ago)
- Last Synced: 2024-10-16T05:42:07.654Z (3 months ago)
- Size: 947 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# MNE-Python Snippets
A collection of snippets for producing minimal working examples for MNE-Python.
![Demo](images/demo.gif)
## Usage
Simply type
```python
import mne
```while in Python language mode and select the desired snippet from the
IntelliSense proposals.## Known Issues
None so far.