Show GUI when running nrniv?

79 Views Asked by At

How do you open the GUI when running NEURON simulator using the nrniv command?

enter image description here

1

There are 1 best solutions below

0
On BEST ANSWER

In the console type in:

nrnmainmenu()

And, if using the --python flag:

h.nrnmainmenu()