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

Clear window title when kernel is restarted #1753

Merged
merged 2 commits into from May 22, 2012

Conversation

tkf
Copy link
Contributor

@tkf tkf commented May 22, 2012

When kernel is died and restarted, or restarted while it is in the busy state, message "(Busy)" on the window title is not updated. This problem is fixed by updating document title when restarting.


Although I didn't make a change in the PR, I noticed that IPython.notebook.kernel.stop_channels is called twice in "status_dead.Kernel" hook (in notificationwidget.js) and in Kernel.prototype._handle_iopub_reply. I guess it's better to remove one of them.

tkf added 2 commits May 22, 2012 02:22
When kernel is died and restarted, or restarted while it is in the
busy state, message "(Busy)" on the window title is not updated.  This
problem is fixed by updating document title when restarting.
ellisonbg added a commit that referenced this pull request May 22, 2012
Clear window title when kernel is restarted
@ellisonbg ellisonbg merged commit 9567a45 into ipython:tooltipCompleterJSRefactor May 22, 2012
@ellisonbg
Copy link
Member

I have also removed the duplicate Kernel.stop_channels. Thanks for the code!

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