https://github.com/bdevans/imodels
Interactive models for computational neuroscience
https://github.com/bdevans/imodels
Last synced: 6 months ago
JSON representation
Interactive models for computational neuroscience
- Host: GitHub
- URL: https://github.com/bdevans/imodels
- Owner: bdevans
- License: gpl-3.0
- Created: 2019-03-09T20:53:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-25T13:59:16.000Z (almost 4 years ago)
- Last Synced: 2025-02-14T18:49:17.858Z (12 months ago)
- Language: Jupyter Notebook
- Size: 487 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Interactive Models for Computational Neuroscience
=================================================
[](https://mybinder.org/v2/gh/bdevans/iModels/master?filepath=index.ipynb)
Launch the JupyterLab interface:
[](https://mybinder.org/v2/gh/bdevans/iModels/master?urlpath=lab/tree/index.ipynb)
If you have a Google account, you can try it with [Google Colab](http://colab.research.google.com/github/bdevans/iModels).
For further details of the binder environment, refer to [repo2docker](https://github.com/jupyter/repo2docker) [environment files](https://github.com/jupyter/repo2docker/tree/master/repo2docker/buildpacks/conda).
To run the notebooks locally with JupyterLab:
```
docker run -it --rm -p 8888:8888 -e JUPYTER_ENABLE_LAB=yes -v $(pwd):/home/jovyan/work jupyter/scipy-notebook
```