This is an add on for the Brian2 Spiking Neural Network Simulator. It provides an intuitive graphical user interface built on Jupyter notebook widgets.
- brian2
- brian2tools
- ipywidgets
-
Pull the git repository:
git clone https://github.com/bdevans/brian2gui.git
-
Build the Docker container:
docker build -t brian2gui .
-
Run the Docker container:
docker run -v "${PWD}":/home/jovyan --rm -p 8888:8888 brian2gui
-
Copy and paste the notebook server URL into your browser
-
Open the notebook
brian2gui.ipynb
Automatically set the tooltips to the Brian2 documentation for that field.