Page 1 of 1

nobanner when using "from neuron import h"

Posted: Tue Nov 24, 2009 12:00 pm
by tfoutz99
I am running a number of simulation in the background, and would like to suppress the banner from showing up x million times:

Code: Select all

NEURON -- VERSION 7.1 (346:d0d58af16783) d0d58af16783
Duke, Yale, and the BlueBrain Project -- Copyright 1984-2008
See http://www.neuron.yale.edu/credits.html

Additional mechanisms from files
 AXNODE70.mod
Has anyone figured out how to do this? Is there a flag in nrn.defaults that might be able to do this?

Re: nobanner when using "from neuron import h"

Posted: Tue Nov 24, 2009 12:53 pm
by ted
Forum search for
+options +command
finds, among other things,
viewtopic.php?f=31&t=961&p=3225&hilit=+ ... mand#p3225
Let me know if that does what you want.