Attention: Data Proxy will be migrated from SWIFT to S3 storage at Friday, the 9th of May 2025 starting from 9pm CEST (my timezone). For more details, please join the rocket chat channel https://chat.ebrains.eu/channel/data-proxy-user-group


Last modified by adavison on 2022/10/04 13:53

From version 32.1
edited by shailesh
on 2021/10/11 10:20
Change comment: There is no comment for this version
To version 27.19
edited by shailesh
on 2021/10/08 15:49
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -02. Installing PyNN - Linux
1 +02. Installing PyNN
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  (((
... ... @@ -231,47 +231,12 @@
231 231  (% class="box infomessage" %)
232 232  (((
233 233  **Screencast** - terminal
234 -\\(% style="color:#000000" %)pip install pyNN
240 +\\(% style="color:#000000" %)pip install PyNN
235 235  )))
236 236  
237 237  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:
238 238  
239 -(% class="box infomessage" %)
240 -(((
241 -**Screencast** - terminal
242 242  
243 -(% style="color:#000000" %)python
244 -\\import pyNN.brian2 as sim
245 -
246 -(% style="color:#000000" %)sim.setup()
247 -
248 -(% style="color:#000000" %)sim.end()
249 -)))
250 -
251 -This confirms that PyNN has been properly setup, and also that is able to employ Brian 2. To verify similary test that PyNN is also able to communicate with NEURON and NEST simulators:
252 -
253 -(% class="box infomessage" %)
254 -(((
255 -**Screencast** - terminal
256 -
257 -(% style="color:#000000" %)python
258 -\\import pyNN.nest as sim
259 -
260 -(% style="color:#000000" %)sim.setup()
261 -
262 -(% style="color:#000000" %)sim.end()
263 -
264 -
265 -
266 -(% style="color:#000000" %)import pyNN.neuron as sim
267 -
268 -(% style="color:#000000" %)sim.setup()
269 -
270 -(% style="color:#000000" %)sim.end()
271 -)))
272 -
273 -This confirms that all the required software packages have been successfully completed, and are functioning as expected.
274 -
275 275  (% class="box successmessage" %)
276 276  (((
277 277  **Slide** recap of learning objectives