Neuroplotlib
June 18, 2020 ยท View on GitHub
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.