You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: