An ipython-notebook tutorial for nest, the spiking neural network simulator
The tutorials can be viewed using ipython. Refer to http://ipython.org/install.html for installation instructions.
Installation instructions can be found here: https://pip.pypa.io/en/latest/installing.html
pip can be used to install these python packages through the terminal:
pip install numpy
pip install scipy
pip install matplotlib
pip install ggplot
pip install uuid
For help with installation of nest, see http://www.nest-initiative.org/Software:Installation
Launch ipython notebook through the terminal after navigating to this repository folder:
cd nestlings
ipython notebook --pylab inline