GUI 2 with Python

Using the graphical user interface to build and exercise models. Includes customizing the GUI by writing a little bit of hoc or Python
Post Reply
ziemek
Posts: 45
Joined: Thu May 23, 2019 8:02 am
Location: Warsaw, Poland
Contact:

GUI 2 with Python

Post by ziemek »

When I look closely to the NEURON Python I found package called gui2 which seems to work with JavaScript and HTML:

https://github.com/neuronsimulator/nrn/ ... euron/gui2

I also noticed that you have some Notebook tutorial which utilise the new GUI:
https://neuron.yale.edu/ftp/ramcdougal/ ... ck-1.ipynb

But is there any plans to replace the old GUI in InterViews with the new one or run the new GUI "standalone" (because currently it only supports jupyter backend) ?
ted
Site Admin
Posts: 6286
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Re: GUI 2 with Python

Post by ted »

Worthy goals abound. All things are possible through programming. Anyone who has the interest, expertise, and time is welcome to pitch in.
Post Reply