ipython:在启动时禁用版权和帮助

ipython:在启动时禁用版权和帮助,ipython,Ipython,当我从终端启动ipython时,我得到以下输出: Python 2.7.3 (default, Mar 13 2014, 11:03:55) Type "copyright", "credits" or "license" for more information. IPython 1.2.1 -- An enhanced Interactive Python. ? -> Introduction and overview of IPython's features.

当我从终端启动
ipython
时,我得到以下输出:

Python 2.7.3 (default, Mar 13 2014, 11:03:55) 
Type "copyright", "credits" or "license" for more information.

IPython 1.2.1 -- An enhanced Interactive Python.
?         -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help      -> Python's own help system.
object?   -> Details about 'object', use 'object??' for extra details.

In [1]: 
有可能限制版权和帮助信息吗?看过一千遍之后,我开始觉得它有点多余

理想情况下,当我启动
ipython
时,我只希望看到[1]中的提示

我正在使用ipython 1.2.1

使用:

ipython --no-banner
注意:我是通过
ipython--help
发现的,它还有很多其他的优点