Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qtconsole should support --no-banner and custom banner #1680

Closed
ivanov opened this issue May 1, 2012 · 4 comments
Closed

qtconsole should support --no-banner and custom banner #1680

ivanov opened this issue May 1, 2012 · 4 comments
Milestone

Comments

@ivanov
Copy link
Member

ivanov commented May 1, 2012

This is not a big deal, but just a loose end that might be fun for someone to tie up. Both ipython and ipython console allow for a custom banner to be printed, and also allow for it to be disabled altogether, but that currently is not supported by the ipython qtconsole.

The relevant places to look are IPython/frontend/terminal/interactiveshell.py for the current implementation of banner1 and banner2, and the changes should probably be put inside IPython/frontend/qt/console/ipython_widget.py

@fperez
Copy link
Member

fperez commented May 1, 2012

Good catch, thanks @ivanov !

@takluyver
Copy link
Member

This was (partly?) addressed by PR #4091 - the banner is now configurable, but there's no simple --no-banner flag for the command line. Do we need one?

@minrk
Copy link
Member

minrk commented Dec 17, 2013

I don't think the command-line flag is necessary, I would consider this addressed.

@takluyver
Copy link
Member

OK, closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants