We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b4e32 commit d8ff19dCopy full SHA for d8ff19d
notebook/tests/util.js
@@ -53,8 +53,6 @@ casper.open_new_notebook = function () {
53
console.error = serialize_arguments(console.error, console);
54
});
55
56
- // Make sure the kernel has started
57
- this.waitFor(this.kernel_running);
58
// track the IPython busy/idle state
59
this.thenEvaluate(function () {
60
require(['base/js/namespace', 'base/js/events'], function (IPython, events) {
0 commit comments