neuroplotlib
is a Python package for plotting neuron models in LFPy.
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)
Check out this notebook for a gallery of neuroplotlib
features.