|
|
|
|
@ -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','icon-circle-blank').attr('title','Kernel Idle');
|
|
|
|
|
$kernel_ind_icon.attr('class','ipython-kernel-idle').attr('title','Kernel Idle');
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
$([IPython.events]).on('status_busy.Kernel',function () {
|
|
|
|
|
window.document.title='(Busy) '+window.document.title;
|
|
|
|
|
$kernel_ind_icon.attr('class','icon-circle').attr('title','Kernel Busy');
|
|
|
|
|
$kernel_ind_icon.attr('class','ipython-kernel-busy').attr('title','Kernel Busy');
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
$([IPython.events]).on('status_restarting.Kernel',function () {
|
|
|
|
|
|