Skip to content

Plotting utilites for neurons and Multi-Electrode Arrays

Notifications You must be signed in to change notification settings

LFPy/neuroplotlib

 
 

Repository files navigation

Build Status PyPI version

Neuroplotlib

neuroplotlib is a Python package for plotting neuron models in LFPy.

Installation

neuroplotlib requires LFPy to be installed, which in turn requires the NEURON simulator.

You can download and install NEURON from this link.

Then you can install LFPy with pip or conda:

pip install LFPy

or

conda install LFPy

Finally, neuroplotlib can be installed from pip:

pip install neuroplotlib

or from source:

git clone https://github.com/alejoe91/neuroplotlib
cd neuroplotlib
python setup.py install (or develop) 

Usage

Check out this notebook for a gallery of neuroplotlib features.

About

Plotting utilites for neurons and Multi-Electrode Arrays

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 97.3%
  • Python 2.7%