-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit e6d855f
Showing
22 changed files
with
2,674 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 7903e5f1e3f5077ed187f1a87ebce682 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Binary file not shown.
Binary file not shown.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
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: | ||
|
||
.. code-block:: bash | ||
pip3 install -e . | ||
# or | ||
pip install "git+https://github.com/Ziaeemehr/mndynamics.git" | ||
Oops, something went wrong.