mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
get clear_output callback properly
This commit is contained in:
parent
76994d2ff8
commit
4fdc4bb3fc
@ -515,7 +515,7 @@ var IPython = (function (IPython) {
|
||||
if (!callbacks || !callbacks.iopub) {
|
||||
return;
|
||||
}
|
||||
var callback = callbacks.clear_output;
|
||||
var callback = callbacks.iopub.clear_output;
|
||||
if (callback) {
|
||||
callback(msg);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user