.. NEURON documentation master file, created by sphinx-quickstart on Fri Nov 15 09:46:09 2019. The NEURON Simulator ==================== NEURON is a simulator for neurons and networks of neurons that runs efficiently on your local machine, in the cloud, or on an HPC. Build and simulate models using Python, HOC, and/or NEURON's graphical interface. From this page you can watch :ref:`recorded NEURON classes `, read the :ref:`Python ` or :ref:`HOC ` programmer's references, `browse the NEURON forum `_, explore the `source code for over 750 NEURON models on ModelDB `_, and more (use the links on the side or search). .. toctree:: :maxdepth: 1 :caption: Building: :hidden: install/install cmake_doc/index install/developer .. toctree:: :maxdepth: 2 :caption: User documentation: :hidden: videos/index guide/index courses/exercises2018 publications publications-using-neuron .. toctree:: :maxdepth: 2 :caption: NEURON scripting: :hidden: python/index hoc/index otherscripting.rst tutorials/index rxd-tutorials/index coreneuron/index .. toctree:: :maxdepth: 2 :caption: Developer documentation: :hidden: scm/index dev/index doxygen .. toctree:: :maxdepth: 1 :caption: Removed Features :hidden: removed_features.rst .. toctree:: :maxdepth: 1 :caption: Changelog :hidden: changelog.md .. image:: neuron-overview.jpg :width: 75% :align: center :alt: NEURON image with ShapePlot, code, and cortical column Installation ------------ .. tab-set:: .. tab-item:: macOS The recommended installation is to: .. code:: pip3 install neuron Alternatively, you can use the `PKG installer `_. For troubleshooting, see the `detailed installation instructions `_. .. tab-item:: Linux The recommended installation is to: .. code:: pip3 install neuron For troubleshooting, see the `detailed installation instructions `_. .. tab-item:: Windows `Download the Windows Installer `_. For troubleshooting, see the `detailed installation instructions `_. .. tab-item:: Cloud On `Google Colab `_ and many other cloud Jupyter providers, you can install NEURON via .. code:: !pip install neuron NEURON is already installed on `The Neuroscience Gateway `_ and on `EBRAINS `_. .. tab-item:: Source code View and suggest changes to the source code at: `github.com/neuronsimulator/nrn `_ For instructions on how to build from source, `go here `_. .. raw:: html | See also the NEURON documentation `index `_.