NEURON + Python TutorialΒΆ
A newer version of this tutorial is available
Thomas McTavish, Robert A. McDougal, N. Ted Carnevale, Michael L. Hines
Contents:
- Python Basics
- NEURON + Python Basics
- What is NEURON?
- Step 1: Import the neuron module into Python.
- Step 2: Create a cell
- Biophysical Mechanisms
- Step 3: Insert a passive mechanism.
- Step 4: Insert an alpha synapse.
- Step 5: Set up recording variables.
- Step 6: Run the simulation.
- Step 7: Plot the results.
- Step 8: Saving and restoring results.
- Ball-and-stick: 1 - Basic cell
- Ball-and-stick: 2 - Cell class
- Ball-and-stick: 3 - Basic cell
- Ball-and-stick: 4 - Ring Network Classes
- Ball-and-stick: 5 - Parallel Net
- SpikePlot Demo