Changes for page 02. Installing PyNN - Linux
Last modified by adavison on 2022/10/04 13:53
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,6 +1,12 @@ 1 +(% class="box warningmessage" %) 2 +((( 3 +tutorials under development for Linux, Mac OS, Windows, Jupyter Lab. 4 +))) 5 + 6 + 1 1 == Learning objectives == 2 2 3 -In this tutorial, you will learn how to install PyNN, together with the NEST, NEURON and Brian 2 simulators, on Linux. 9 +In this tutorial, you will learn how to install PyNN, together with the NEST, NEURON and Brian 2 simulators, on Linux / Mac OS / Windows / in EBRAINS Jupyter Lab. 4 4 5 5 (% class="box infomessage" %) 6 6 ((( ... ... @@ -37,7 +37,7 @@ 37 37 **Slide** listing learning objectives 38 38 ))) 39 39 40 -In this tutorial, I will guide you through setting up PyNN, together with the NEST, NEURON and Brian 2 simulators, on 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.46 +In this tutorial, I will guide you through setting up PyNN, together with the NEST, NEURON and Brian 2 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. 41 41 42 42 (% class="box successmessage" %) 43 43 ((( ... ... @@ -234,12 +234,6 @@ 234 234 \\(% style="color:#000000" %)pip install pyNN 235 235 ))) 236 236 237 -(% class="box warningmessage" %) 238 -((( 239 -**Note:** 240 -\\Note that PyNN project is spelt with a captial P, small y, and two captital N. But the Python module, as seen here, is spelt starting with a small P. This is in line with general Python convention, where package names start with small alphabets. 241 -))) 242 - 243 243 To verify that PyNN has been successfully installed on our system, and that it is indeed able to communicate with the other simulators that we installed earlier, we can try running: 244 244 245 245 (% class="box infomessage" %)