mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-13 13:17:50 +08:00
DEV: Pass current cell to the execute cell event.
This commit is contained in:
parent
16b9150151
commit
4ed34d4f9d
@ -338,7 +338,7 @@ define([
|
||||
}
|
||||
CodeCell.msg_cells[this.last_msg_id] = this;
|
||||
this.render();
|
||||
this.events.trigger('execute.CodeCell');
|
||||
this.events.trigger('execute.CodeCell', {cell: this});
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user