Restart button was excluded since it was inside another button.
@ -1637,13 +1637,13 @@ define(function (require) {
that.clear_all_output();
that.kernel.restart();
},
"Restart" : {
"class" : "btn-warning",
"click" : function() {
}
});
};