##// END OF EJS Templates
add status_started event to Kernel
Matthias BUSSONNIER -
Show More
@@ -86,6 +86,7 b' var IPython = (function (IPython) {'
86 this.start_channels();
86 this.start_channels();
87 this.shell_channel.onmessage = $.proxy(this._handle_shell_reply,this);
87 this.shell_channel.onmessage = $.proxy(this._handle_shell_reply,this);
88 this.iopub_channel.onmessage = $.proxy(this._handle_iopub_reply,this);
88 this.iopub_channel.onmessage = $.proxy(this._handle_iopub_reply,this);
89 $([IPython.events]).trigger('status_started.Kernel', {kernel: this});
89 };
90 };
90
91
91
92
General Comments 0
You need to be logged in to leave comments. Login now