Attention: Due to an upgrade beginning on Friday, the 22nd August 2025, any new collabs, groups and any changes to teams will not be kept beyond the weekend. User creation will also be disabled during this time. The actual upgrade will take place on Wednesday, 27th August. On that day, any service requiring a Keycloak login will be unavailable for the duration of the upgrade. Thank you for your understanding as we complete this important work.

The Wiki service will be temporarily unavailable for scheduled maintenance on Friday, August 22nd, 2025, starting at 12:30 CEST up to 1H.

Following the system restart, the Collaboration and Group creation features will be temporarily disabled and will return HTTP 503 Service Unavailable errors until further notice.


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

From version 28.1
edited by shailesh
on 2021/10/08 16:02
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
Content
... ... @@ -237,47 +237,12 @@
237 237  (% class="box infomessage" %)
238 238  (((
239 239  **Screencast** - terminal
240 -\\(% style="color:#000000" %)pip install pyNN
240 +\\(% style="color:#000000" %)pip install PyNN
241 241  )))
242 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 -(% class="box infomessage" %)
246 -(((
247 -**Screencast** - terminal
248 248  
249 -(% style="color:#000000" %)python
250 -\\import pyNN.brian2 as sim
251 -
252 -(% style="color:#000000" %)sim.setup()
253 -
254 -(% style="color:#000000" %)sim.end()
255 -)))
256 -
257 -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:
258 -
259 -(% class="box infomessage" %)
260 -(((
261 -**Screencast** - terminal
262 -
263 -(% style="color:#000000" %)python
264 -\\import pyNN.nest as sim
265 -
266 -(% style="color:#000000" %)sim.setup()
267 -
268 -(% style="color:#000000" %)sim.end()
269 -
270 -
271 -
272 -(% style="color:#000000" %)import pyNN.neuron as sim
273 -
274 -(% style="color:#000000" %)sim.setup()
275 -
276 -(% style="color:#000000" %)sim.end()
277 -)))
278 -
279 -This confirms that all the required software packages have been successfully completed, and are functioning as expected.
280 -
281 281  (% class="box successmessage" %)
282 282  (((
283 283  **Slide** recap of learning objectives