Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eywalker/neuroscipy
A collection of common analysis methods for neuroscience written in Python
https://github.com/eywalker/neuroscipy
Last synced: 29 days ago
JSON representation
A collection of common analysis methods for neuroscience written in Python
- Host: GitHub
- URL: https://github.com/eywalker/neuroscipy
- Owner: eywalker
- License: mit
- Created: 2015-11-18T22:32:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-18T22:56:01.000Z (about 9 years ago)
- Last Synced: 2023-12-15T22:21:24.235Z (about 1 year ago)
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NeuroSciPy
A collection Python code for common analysis methods in neuroscience.## How to install
The project is indexed at [PyPI](https://pypi.python.org/pypi) and can be installed via the simple `pip` command:```bash
pip instal neuroscipy
```