https://github.com/rossant/brian-modelfitting-tutorial
https://github.com/rossant/brian-modelfitting-tutorial
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rossant/brian-modelfitting-tutorial
- Owner: rossant
- Created: 2013-06-30T10:44:37.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-07-11T09:53:06.000Z (over 12 years ago)
- Last Synced: 2025-01-20T23:28:15.318Z (12 months ago)
- Language: Shell
- Size: 1.12 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Brian Modelfitting tutorial
===========================
Notes and slides of the [Brian Model Fitting Tutorial](http://briansimulator.org/brian-tutorial-cns-2013/) at [CNS 2013](http://www.cnsorg.org/cns-2013-paris)
## Required dependencies
* pip install markdown
* pip install jinja2
## Building the slides
Here are the instructions to convert the `.ipynb` notebook file into an HTML slideshow. You need the development versions of IPython and nbconvert:
* git clone https://github.com/ipython/ipython.git
* cd ipython
* python setupegg.py develop
* extract https://github.com/hakimel/reveal.js/archive/2.4.0.zip in the folder where `slides.ipynb` is in, and rename the folder to `reveal.js`.
* ipython nbconvert reveal slides.ipynb
* the slides will then be in `slides.reveal.html`. Dependencies are reveal.js folder and slides_files folder.