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

From version 27.9
edited by shailesh
on 2021/10/08 11:06
Change comment: There is no comment for this version
To version 27.7
edited by shailesh
on 2021/10/08 10:36
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -185,34 +185,10 @@
185 185  
186 186  If there are no error messages here, and the import is successful, then we have completed installing NEST simulator, and are able to load it on Python.
187 187  
188 -We next move on to the third simulator, NEURON. The installation for NEURON used to be more involved previously, but can now be easily completed using the 'pip' command:
188 +We next move on to the third simulation, NEURON. The installation for NEURON is a bit more involved.
189 189  
190 -(% class="box infomessage" %)
191 -(((
192 -**Screencast** - terminal
193 -\\(% style="color:#000000" %)pip install neuron
194 -)))
190 +<< add more >>
195 195  
196 -This installs the NEURON simulator on your system. To confirm that we have properly installed NEURON, we can test as follows:
197 -
198 -(% class="box infomessage" %)
199 -(((
200 -**Screencast** - terminal
201 -\\(% style="color:#000000" %)nrngui
202 -)))
203 -
204 -This will display the NEURON banner, which mentions the version amongst other info. Here, as we can see, we have now installed NEURON v8.0.0 on our system. Let us next verify that this is indeed accessible via Python.
205 -
206 -(% class="box infomessage" %)
207 -(((
208 -**Screencast** - terminal
209 -\\(% style="color:#000000" %)python3
210 -\\from neuron import h
211 -\\exit()
212 -)))
213 -
214 -
215 -
216 216  (% class="box successmessage" %)
217 217  (((
218 218  **Slide** recap of learning objectives