@ -117,7 +117,7 @@ define([
label : 'Interrupt',
icon : 'fa-stop',
callback : function () {
that.notebook.session.interrupt_kernel();
that.notebook.kernel.interrupt();
}
},
{
@ -287,7 +287,7 @@ define([
// Kernel
this.element.find('#int_kernel').click(function () {
});
this.element.find('#restart_kernel').click(function () {
that.notebook.restart_kernel();