fix: JS kernel state should reflect killed state

Paul Ivanov 12 years ago
parent 26b5a76841
commit 357b78171a

@ -75,6 +75,7 @@ var IPython = (function (IPython) {
type : "DELETE",
dataType : "json",
};
this.kernel.running = false;
var url = utils.url_path_join(this._baseProjectUrl, 'api/sessions', this.id);
$.ajax(url, settings);
};

Loading…
Cancel
Save