1

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

enter image description here

Justas
  • 5,718
  • 2
  • 34
  • 36

1 Answers1

1

In the console type in:

nrnmainmenu()

And, if using the --python flag:

h.nrnmainmenu()
Justas
  • 5,718
  • 2
  • 34
  • 36