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

use self.kernel_manager_class in qtconsoleapp #1257

Merged
merged 1 commit into from Jan 16, 2012
Merged

Conversation

minrk
Copy link
Member

@minrk minrk commented Jan 12, 2012

ShellApp derivatives have a kernel_manager_class, so that it's easier to change what should be used in subclasses. The QtConsole was not updated to use this for tabs other than the first. This small PR makes that change.

@ellisonbg
Copy link
Member

This looks great, merge whenever you want.

minrk added a commit that referenced this pull request Jan 16, 2012
use self.kernel_manager_class in qtconsoleapp

Subclasses of QtConsoleApp can now override kernel_manager_class with their own version.
@minrk minrk merged commit 5d833ca into ipython:master Jan 16, 2012
minrk added a commit that referenced this pull request Jan 18, 2012
use self.kernel_manager_class in qtconsoleapp

Subclasses of QtConsoleApp can now override kernel_manager_class with their own version.
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
use self.kernel_manager_class in qtconsoleapp

Subclasses of QtConsoleApp can now override kernel_manager_class with their own version.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants