Show More
@@ -299,7 +299,7 b' define(["components/underscore/underscore-min",' | |||
|
299 | 299 | _get_output_area: function (msg_id) { |
|
300 | 300 | |
|
301 | 301 | // First, check to see if the msg was triggered by cell execution. |
|
302 | var cell = IPython.notebook.get_msg_cell(); | |
|
302 | var cell = IPython.notebook.get_msg_cell(msg_id); | |
|
303 | 303 | if (cell != null) { |
|
304 | 304 | return cell.output_area; |
|
305 | 305 | } |
General Comments 0
You need to be logged in to leave comments.
Login now