nobanner when using "from neuron import h"

When Python is the interpreter, what is a good
design for the interface to the basic NEURON
concepts.

Moderator: hines

Post Reply
tfoutz99
Posts: 12
Joined: Wed Dec 12, 2007 3:15 pm

nobanner when using "from neuron import h"

Post 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?
ted
Site Admin
Posts: 6300
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Re: nobanner when using "from neuron import h"

Post 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.
Post Reply