#!/usr/bin/env python # coding: utf-8 # # Brian example notebooks # # These notebooks showcase examples that demonstrate various features of the [Brian simulator](http://brian2.readthedocs.io): # # * [Example 1 (Pyloric network of the crustacean stomatogastric ganglion)](example_1_pyloric_network.ipynb) # * [the same example using a more detailed neuron model](example_1_pyloric_network_complex.ipynb) # * [Example 2 (Smooth pursuit eye movements)](example_2_eye_movements.ipynb) # * [an interactive version of the same example (using *plotly*)](example_2_eye_movements_interactive.ipynb) # * [an interactive version of the same example (using *matplotlib*)](example_2_eye_movements_interactive_matplotlib.ipynb) # * [Example 3 (Using bisection to find a neuron's voltage threshold)](example_3_bisection.ipynb) # * [Example 4 (neural pitch processing with audio input)](example_4_microphone.ipynb) # # # * [Appendix: multicompartmental model](example_appendix_multicompartment_model.ipynb) # * [Appendix: parameter exploration](example_appendix_parameter_exploration.ipynb)