/ml_ephys

Electrophysiology tools, mountainlab processor library

Primary LanguagePythonOtherNOASSERTION

ml_ephys

Electrophysiology tools MountainLab processor library

Installation from PyPI:

pip3 install --upgrade ml_ephys

Then add it as a plugin to mountainlab:

cd ~/.mountainlab/packages
ml-link-python-module ml_ephys ml_ephys

Or installation from source:

  • clone this repository into .mountainlab/packages/
cd ml_ephys
pip3 install --upgrade .