Show GUI when running nrniv?

110 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 answers

0
Justas On BEST ANSWER

In the console type in:

nrnmainmenu()

And, if using the --python flag:

h.nrnmainmenu()