https://github.com/coderpat/fundamentals-compneuroscience
Julia implementation of the simulations in the book Fundamentals of Computational Neuroscience
https://github.com/coderpat/fundamentals-compneuroscience
julia neuroscience
Last synced: 6 months ago
JSON representation
Julia implementation of the simulations in the book Fundamentals of Computational Neuroscience
- Host: GitHub
- URL: https://github.com/coderpat/fundamentals-compneuroscience
- Owner: CoderPat
- Created: 2019-02-18T23:22:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-18T14:26:07.000Z (over 6 years ago)
- Last Synced: 2025-04-14T20:44:34.351Z (10 months ago)
- Topics: julia, neuroscience
- Language: Jupyter Notebook
- Homepage:
- Size: 550 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fundamentals of Computational Neuroscience
Julia implementation of the simulations in the book _Fundamentals of Computational Neuroscience_ in the form of Jupyter Notebooks
## Requirements
The notebooks require Julia 1.0, Jupyter and IJulia to run. Follow the instructions in [this website](https://github.com/JuliaLang/IJulia.jl)
## Running
To open a notebook, simply run
```bash
jupyter notebook
```
and open the respective chapter notebook.
## Contributing
PRs with contributions are welcome. Note that there are some chapters that I don't pretend to write simulations for, so starting by those would be much appreciated. These chapter currently are
* _Chapter 3_