Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 439 Bytes

File metadata and controls

14 lines (11 loc) · 439 Bytes

PyalData

Repository for the Python implementation of the TrialData analysis library.

For a Julia port, see TrialData.jl.

Installation

git clone https://github.com/NeuralAnalysis/PyalData.git
cd PyalData
pip install -e .

Example use

For a quick intro to some basic functionality, see the example notebook.