Attention: The Collaboratory IAM will down for up to 1 hour on Monday, the 7th of July 2025 starting from 5pm CEST (my timezone) for up to 1 hour. Any and all services, which require a user login with an EBRAINS account, will be un-available during that time


Wiki source code of LFPykit showcase

Version 6.1 by ehagen on 2021/06/24 14:24

Show last authors
1 (% class="jumbotron" %)
2 (((
3 (% class="container" %)
4 (((
5 = LFPykit showcase =
6
7 Demonstration on how to run predictions using LFPykit ([[LFPykit.rtfd.io>>url:https://lfpy.rtfd.io/]], [[github.com/LFPy/LFPkit>>url:https://github.com/LFPy/LFPy]]) on the Collaboratory.
8
9 The LFPykit module provides electrostatic models in a manner that facilitates forward-model predictions of extracellular potentials and related measures from multicompartment neuron models, but without explicit dependencies on neural simulation software such as NEURON ([[https:~~/~~/neuron.yale.edu>>https://neuron.yale.edu]], [[https:~~/~~/github.com/neuronsimulator/nrn>>https://github.com/neuronsimulator/nrn]]), Arbor ([[https:~~/~~/arbor.readthedocs.io>>https://arbor.readthedocs.io]], [[https:~~/~~/github.com/arbor-sim/arbor>>https://github.com/arbor-sim/arbor]]), and LFPy ([[https:~~/~~/LFPy.readthedocs.io>>https://LFPy.readthedocs.io]], [[https:~~/~~/github.com/LFPy/LFPy>>https://github.com/LFPy/LFPy]])
10
11 To use this material, create a new collab and clone [[https:~~/~~/github.com/LFPy/LFPykit>>https://github.com/LFPy/LFPykit]] into it. Then the Python module can be installed as
12
13 {{{!pip install . # or pip install LFPykit}}}
14
15 in a jupyter notebook. Different usage with LFPy, NEURON and Arbor are provided in different notebooks located in the examples directory. Missing packages resulting in ImportError and similar can usually be installed issuing
16
17 {{{!pip install <missing-package-name>}}}
18
19 which may require a kernel restart to take effect.
20 )))
21 )))
22
23 (% class="row" %)
24 (((
25 (% class="col-xs-12 col-sm-8" %)
26 (((
27 = What can I find here? =
28
29 * Notice how the table of contents on the right
30 * is automatically updated
31 * to hold this page's headers
32
33 = Who has access? =
34
35 Describe the audience of this collab.
36 )))
37
38
39 (% class="col-xs-12 col-sm-4" %)
40 (((
41 {{box title="**Contents**"}}
42 {{toc/}}
43 {{/box}}
44
45
46 )))
47 )))