This is a list of notes and short articles.
Modelling single cells in NEURON with the Python interpreter 2009-01-25
(updated for NEURON 7.0)
This is an introduction to using the Python interpreter to build simple single cell models with the NEURON simulator. I assume some familiarity with Python and with the standard NEURON interpreter, hoc.
Also see notes ...
Installation of NEURON with Python 2009-01-22
These instructions are for NEURON v7.0. They may remain valid for future versions, and should also work for v6.1 or newer. These instructions are for Linux or Mac OS X, using the bash shell. They may well work ...
Accessing hoc from Python 2009-01-22
When running NEURON with Python, the hoc interpreter is still available from within Python, and much of the functionality of NEURON is accessed through the hoc interpreter.
The hoc interpreter is accessible either through the execute() function in the neuron ...
Modelling STDP in the NEURON simulator 2007-02-11
At the time of writing (or at least, last time I looked), the NEURON simulator does not have a built-in mechanism for spike-timing-dependent plasticity (STDP). There are many possible ways of implementing such a mechanism, using the NMODL language. This ...

