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

Mar*_*ter 2 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.
%quickref -> Quick reference.
help      -> Python's own help system.
object?   -> Details about 'object', use 'object??' for extra details.

In [1]: 
Run Code Online (Sandbox Code Playgroud)

是否有可能压制版权和帮助信息?看过它一千次后,我开始发现它有点多余了.

理想情况下,我想In [1]:在我开始时只看到提示ipython.

我在用 ipython 1.2.1

Pau*_*l H 5

使用:

ipython --no-banner
Run Code Online (Sandbox Code Playgroud)

注意:我发现了这个ipython --help,其中有很多其他宝石.