Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add model explorer? #9

Open
thesamovar opened this issue May 28, 2016 · 1 comment
Open

Add model explorer? #9

thesamovar opened this issue May 28, 2016 · 1 comment

Comments

@thesamovar
Copy link
Member

A while ago I wrote a little GUI thing for exploring the behaviour of models, it's in brian2cookbook. You write a class with certain properties and it automatically generates a GUI that has sliders for the parameters, etc. and displays a plot of the behaviour (in realtime if the model is simple enough to be computed that quickly). Do you think it's worth adding this to brian2tools? It would be quite handy for teaching and demonstration purposes. It would probably need a bit of work to update it to work with the latest changes to brian2, and I was thinking of adding a bit of code to allow it to run using IPython GUI tools as well as Qt. Shouldn't be much work though.

@romainbrette
Copy link
Member

Sounds interesting. For multicompartmental stuff could be nice too!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants