|
|
|
|
@ -50,7 +50,7 @@ casper.open_new_notebook = function () {
|
|
|
|
|
casper.page_loaded = function() {
|
|
|
|
|
// Return whether or not the kernel is running.
|
|
|
|
|
return this.evaluate(function() {
|
|
|
|
|
return IPython !== undefined &&
|
|
|
|
|
return typeof IPython !== "undefined" &&
|
|
|
|
|
IPython.page !== undefined;
|
|
|
|
|
});
|
|
|
|
|
};
|
|
|
|
|
|