Page 1 of 1

More NEURON + Python documentation

Posted: Mon Mar 24, 2008 10:17 am
by ted
In addition to the instructions contained in the Programmer's Reference,
and whatever gems you might glean from these discussion threads, more
documentation is appearing that you might find helpful.

Andrew Davison has created a very nice set of instructions and examples for
using NEURON with Python.
http://www.davison.webfactional.com/not ... on-python/
shows how to install NEURON with Python for Linux using the bash shell.
http://www.davison.webfactional.com/not ... oc-python/
shows how to access hoc variables, procs, etc. from Python.
http://www.davison.webfactional.com/not ... on-python/
shows how to model single cells in NEURON with the Python interpreter.

Re: More NEURON + Python documentation

Posted: Tue Sep 01, 2009 8:52 am
by PhilippRautenberg
Hello together,

I put also a pyNEURON tutorial online. See: http://neuro.paedia.info/

Many ideas and suggestions for this tutorial go back to the pyneuron workshop at the CNS in Berlin 2009. At this point I have to thank Alvaro, Andrew, Eilif, Michele, Robert, and many more people from the conference/workshop for fruitful discussions.

Cheers, Philipp

Re: More NEURON + Python documentation

Posted: Tue Sep 01, 2009 10:58 am
by ted
Excellent, Philipp!

Re: More NEURON + Python documentation

Posted: Mon Jan 07, 2013 3:23 am
by Tom Close
I was just trying to find Philipp's pyNEURON tutorial again and found it has moved to http://www.paedia.info/index.html

Re: More NEURON + Python documentation

Posted: Tue Jun 30, 2015 3:54 am
by romain.caze
Hi All,

Thank you Tom for the new link as Philipp's tuto is great.
Here is a link to another NEURON + Python tutorial. https://romaincaze.wordpress.com/2015/0 ... -tutorial/

Cheers,
R.

Re: More NEURON + Python documentation

Posted: Wed Oct 24, 2018 6:47 am
by mzenker
Almost all of the links (except Ramain's tutorial) are dead.
But I have found Andrew Davison's instructions here: http://andrewdavison.info/notes/

Re: More NEURON + Python documentation

Posted: Wed Oct 24, 2018 7:07 am
by ramcdougal
Since this discussion, there had been a lot of work on the Python interface to make things cleaner, especially in NEURON 7.5 and 7.6.

We're in the process of reworking the main NEURON Python tutorial:

https://neuron.yale.edu/neuron/static/d ... index.html

The draft revised pages (only the first three parts of the tutorial so far) for now are downloadable as Jupyter notebooks from:

https://neuron.yale.edu/ftp/ramcdougal/ ... n-tutorial

Also note that since the above discussion, the programmer's reference now defaults to showing code and examples in Python:

https://www.neuron.yale.edu/neuron/stat ... index.html