python - IPython qtconsole custom banner -


i'm trying set custom banner ipython qtconsole (v3.0.0). in profile configuration, set c.ipythonwidget.banner = u'custom banner', , launch ipython qtconsole --profile=myprof. custom banner pre-pended regular banner:

custom bannerpython 2.7.5 (default, mar  9 2014, 22:15:05)  type "copyright", "credits" or "license" more information.  ipython 3.0.0 -- enhanced interactive python. ?         -> introduction , overview of ipython's features. %quickref -> quick reference.      -> python's own system. object?   -> details 'object', use 'object??' details. %guiref   -> brief reference graphical user interface.  ipython profile: myprof  in [1]:  

how can banner print, e.g.

custom banner  ipython profile: myprof  in [1]:  

thanks.

it's not ideal, able suppress default banner setting default_gui_banner=""in core/usage.py module in ipython source. not able find way without modifying source (which ugly), if has better way, i'm ears.


Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -