jp-ephys-viz

Use ephys-viz in jupyterlab and ipython notebook


License
Apache-2.0
Install
pip install jp-ephys-viz==0.6.16

Documentation

Build Status

Ephys-Viz

Various widgets for visualizing electrophysiology experiments and the results of spike sorting

Authors: Jeremy Magland

Installation

Use Linux (should also work in OSX, but not yet tested)

Step 0. Install the following prerequisites

Step 1. Clone this repository

git clone https://github.com/flatironinstitute/ephys-viz
  1. Install using npm:
cd ephys-viz
npm install
  1. Add ephys-viz/bin to your PATH environment variable

Usage

View a timeseries dataset in mda format:

ev-view-timeseries --timeseries raw.mda
ev-view-timeseries --timeseries raw.mda.prv

See also the example(s) in the ephys-viz/examples directory