.. This is a generated file, do not edit directly. (See dev/tools/docs/build_tutorials.py) Tutorials ========= The tutorial consists of a series of `Jupyter Notebooks`_ [#]_. .. only:: html You can quickly view these using the first links below. To use them interactively - allowing you to edit and run the code - there are two options. The easiest option is to click on the "Launch Binder" link, which will open up an interactive version in the browser without having to install Brian locally. This uses the `mybinder.org `_ service. Occasionally, this service will be down or running slowly. The other option is to download the notebook file and run it locally, which requires you to have Brian installed. For more information about how to use Jupyter Notebooks, see the `Jupyter Notebook documentation`_. .. toctree:: :maxdepth: 1 :titlesonly: 1-intro-to-brian-neurons 2-intro-to-brian-synapses 3-intro-to-brian-simulations .. only:: html Interactive notebooks and files ------------------------------- .. |launchbinder1introtobrianneurons| image:: http://mybinder.org/badge.svg .. _launchbinder1introtobrianneurons: https://mybinder.org/v2/gh/brian-team/brian2-binder/master?filepath=tutorials/1-intro-to-brian-neurons.ipynb .. |launchbinder2introtobriansynapses| image:: http://mybinder.org/badge.svg .. _launchbinder2introtobriansynapses: https://mybinder.org/v2/gh/brian-team/brian2-binder/master?filepath=tutorials/2-intro-to-brian-synapses.ipynb .. |launchbinder3introtobriansimulations| image:: http://mybinder.org/badge.svg .. _launchbinder3introtobriansimulations: https://mybinder.org/v2/gh/brian-team/brian2-binder/master?filepath=tutorials/3-intro-to-brian-simulations.ipynb * |launchbinder1introtobrianneurons|_ :download:`Introduction to Brian part 1: Neurons <1-intro-to-brian-neurons.ipynb>` * |launchbinder2introtobriansynapses|_ :download:`Introduction to Brian part 2: Synapses <2-intro-to-brian-synapses.ipynb>` * |launchbinder3introtobriansimulations|_ :download:`Introduction to Brian part 3: Simulations <3-intro-to-brian-simulations.ipynb>` .. _`Jupyter Notebooks`: http://jupyter-notebook-beginner-guide.readthedocs.org/en/latest/what_is_jupyter.html .. _`Jupyter`: http://jupyter.org/ .. _`Jupyter Notebook documentation`: http://jupyter.readthedocs.org/ .. [#] Formerly known as "IPython Notebooks".