Wiki source code of 02. Installing PyNN
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | (% class="box warningmessage" %) | ||
2 | ((( | ||
3 | tutorials under development for Linux, Mac OS, Windows, Jupyter Lab. | ||
4 | ))) | ||
5 | |||
6 | |||
7 | == Learning objectives == | ||
8 | |||
9 | In this tutorial, you will learn how to install PyNN, together with the NEST, NEURON and Brian2 simulators, on Linux / Mac OS / Windows / in EBRAINS Jupyter Lab. | ||
10 | |||
11 | (% class="box infomessage" %) | ||
12 | ((( | ||
13 | Note: There will be a separate tutorial for each environment. | ||
14 | ))) | ||
15 | |||
16 | == Audience == | ||
17 | |||
18 | This tutorial is intended for people with at least a basic knowledge of neuroscience (high school level or above) and basic familiarity with the Python programming language. It should also be helpful for people who already have advanced knowledge of neuroscience and neural simulation, who simply wish to learn how to use PyNN, and how it differs from other simulation tools they know. | ||
19 | |||
20 | == Prerequisites == | ||
21 | |||
22 | To follow this tutorial, you will need a computer with [Linux/Mac OS/Windows] and a good network connection. You will need to know how to open the terminal application for your operating system. | ||
23 | |||
24 | |||
25 | OR | ||
26 | |||
27 | |||
28 | To follow this tutorial, you will need an EBRAINS account. You should know how to create and use Jupyter notebooks in the EBRAINS Jupyter Lab. | ||
29 | |||
30 | == Format == | ||
31 | |||
32 | These tutorials will be screencasts, in which the presenter runs commands in a terminal (or in a Jupyer notebook), and the viewer is expected to follow along. The intended duration is 10 minutes. For the Jupyter version of the tutorial, the final notebook will also be made available. | ||
33 | |||
34 | == Script == | ||
35 | |||
36 | (% class="box successmessage" %) | ||
37 | ((( | ||
38 | **Slide** showing tutorial title, PyNN logo, link to PyNN service page. | ||
39 | ))) | ||
40 | |||
41 | Hello, my name is X. | ||
42 | |||
43 | This video is one of a series of tutorials for PyNN, which is Python software for modelling and simulating spiking neural networks. | ||
44 | |||
45 | For a list of the other tutorials in this series, you can visit ebrains.eu/service/pynn, that's p-y-n-n. | ||
46 | |||
47 | (% class="box successmessage" %) | ||
48 | ((( | ||
49 | **Slide** listing learning objectives | ||
50 | ))) | ||
51 | |||
52 | In this tutorial, I will guide you through setting up PyNN, together with the NEST, NEURON and Brian2 simulators, in a Linux environment. Note that we have a dedicated version of this tutorial for other environments, such as Mac OS, Windows and EBRAINS Jupyter Lab. | ||
53 | |||
54 | (% class="box successmessage" %) | ||
55 | ((( | ||
56 | **Slide** listing prerequisites | ||
57 | ))) | ||
58 | |||
59 | I shall be demonstrating the installation on a computer with Ubuntu 18.04 OS installed. The steps are likely to remain very similar for other versions of Ubuntu OS, and also not expected to vary significantly for other Linux distributions. In the latter case, you will find on the Internet about how to carry out the equivalent of the tasks demonstrated here using Ubuntu OS. | ||
60 | |||
61 | === State the learning objectives (In this tutorial, you will learn to do X…) === | ||
62 | |||
63 | . | ||
64 | |||
65 | === State prerequisites === | ||
66 | |||
67 | . | ||
68 | |||
69 | === Description, explanation, and practice === | ||
70 | |||
71 | . | ||
72 | |||
73 | === Summary (In this tutorial, you have learned to do X…) === | ||
74 | |||
75 | . | ||
76 | |||
77 | === Acknowledgements if appropriate === | ||
78 | |||
79 | . | ||
80 | |||
81 | === References to websites (For more information, visit us at…) === | ||
82 | |||
83 | . | ||
84 | |||
85 | === Contact information (For questions, contact us at…) === | ||
86 | |||
87 | . |