Python package for visualization of neurons in LFPy.
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
neuroplotlib-0.2.0.tar.gz
(119.5 kB
view hashes)