mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
To the most conservative choice.
This commit is contained in:
parent
445f6225e8
commit
5a087f2a66
@ -86,12 +86,12 @@ var IPython = (function (IPython) {
|
||||
// Kernel events
|
||||
$([IPython.events]).on('status_idle.Kernel',function () {
|
||||
IPython.save_widget.update_document_title();
|
||||
$kernel_ind_icon.attr('class','').attr('title','Kernel Idle');
|
||||
$kernel_ind_icon.attr('class','icon-circle-blank').attr('title','Kernel Idle');
|
||||
});
|
||||
|
||||
$([IPython.events]).on('status_busy.Kernel',function () {
|
||||
window.document.title='(Busy) '+window.document.title;
|
||||
$kernel_ind_icon.attr('class','icon-sun icon-spin').attr('title','Kernel Busy');
|
||||
$kernel_ind_icon.attr('class','icon-circle').attr('title','Kernel Busy');
|
||||
});
|
||||
|
||||
$([IPython.events]).on('status_restarting.Kernel',function () {
|
||||
|
Loading…
Reference in New Issue
Block a user