mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-13 13:17:50 +08:00
Added missing parameter to get_msg_cell call
This commit is contained in:
parent
48eaebf683
commit
90030b238b
@ -299,7 +299,7 @@ define(["components/underscore/underscore-min",
|
||||
_get_output_area: function (msg_id) {
|
||||
|
||||
// First, check to see if the msg was triggered by cell execution.
|
||||
var cell = IPython.notebook.get_msg_cell();
|
||||
var cell = IPython.notebook.get_msg_cell(msg_id);
|
||||
if (cell != null) {
|
||||
return cell.output_area;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user