Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 426 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 426 Bytes

Neural Data Analysis Tools

Introduction

Custom code to work with neural datasets, particularly from NWB files.

Installation

If local, editable version, change directory to where neural_data_analysis is located, then do:

pip install -e neural_data_analysis

Package not on PyPI, but if it were:

pip install neural_data_analysis

Environment

conda create -f environment.yml