Skip to content

JustasB/PyNeuron-Toolbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOI Binder

Russell's note: I don't know what the PyNeuron-Toolbox does, but it looks like someone has helped us automate the building of NEURON+Python+MPI

I have added a build of open-mpi, miniconda2, and proper config for paran

To run try:

$sudo docker build -t para-nrn-python .

PyNeuron-Toolbox

To see a live demo in a Jupyter Notebook: CLICK HERE

The NEURON simulation environment is one of the most popular options for simulating multi-compartment neuron models. Hines et al. (2009) developed a module that allowed users to execute simulations from python. This option appears to be very popular with users.

However, much of the data analysis capabilities of NEURON (e.g. shape plots) are still limited to the traditional InterViews plotting environment. This toolbox provides some functions to do data analysis and visualization in matplotlib. One of the advantages of this approach is that plots and animations can be easily shared with other researchers in iPython notebooks.

Disclaimer: This code is only a side project at the moment. Use with caution and let me know if you find any unexpected behaviors. Feature requests are also welcome.

Installation

Download or clone this repository, then run:

python setup.py install

I am updating this repository on a semi-regular basis, so check back for updates and contact me if you have questions.

Future Plans

I would like to add functions to support:

Suggested Citation

Alex H Williams. (2014). PyNeuron-Toolbox. GitHub Repository. https://github.com/ahwillia/PyNeuron-Toolbox DOI:10.5281/zenodo.12576

About

Some python functions to supplement the NEURON python module

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 99.6%
  • Python 0.4%