The MNDynamics module¶
Modeling Neural Dynamics¶
An Introduction to Modeling Neuronal Dynamics - Christoph Borgers in python
Installation¶
from source code
For runnig the notebooks online, there is no need for installation and just use your browser, but you can intall the package from source code:
pip3 install -e .
# or
pip install "git+https://github.com/Ziaeemehr/mndynamics.git"