https://github.com/bdevans/brian2gui
A graphical user interface to for Brian
https://github.com/bdevans/brian2gui
Last synced: 10 months ago
JSON representation
A graphical user interface to for Brian
- Host: GitHub
- URL: https://github.com/bdevans/brian2gui
- Owner: bdevans
- Created: 2022-10-26T11:07:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-28T17:09:40.000Z (almost 3 years ago)
- Last Synced: 2025-02-14T18:49:17.821Z (12 months ago)
- Language: Python
- Size: 58.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Brian2 Graphical User Interface
===============================
This is an add on for the Brian2 Spiking Neural Network Simulator. It provides an intuitive graphical user interface built on Jupyter notebook widgets.
Dependencies
------------
- brian2
- brian2tools
- ipywidgets
Quickstart
----------
1. Pull the git repository:
`git clone https://github.com/bdevans/brian2gui.git`
2. Build the Docker container:
`docker build -t brian2gui .`
3. Run the Docker container:
`docker run -v "${PWD}":/home/jovyan --rm -p 8888:8888 brian2gui`
4. Copy and paste the notebook server URL into your browser
5. Open the notebook `brian2gui.ipynb`
Ideas
-----
Automatically set the tooltips to the Brian2 documentation for that field.