ipykernel icon indicating copy to clipboard operation
ipykernel copied to clipboard

pass cell_meta from do_execute to run_cell

Open erawn opened this issue 2 months ago • 0 comments

Other half of https://github.com/ipython/ipython/pull/15071

In order to avoid an if-elif-elif-else sequence I copied the strategy already used for execute_request and made a list of the arguments rather than conditioning different method calls. Happy to switch it back or do something else if others prefer a different style.

erawn avatar Nov 12 '25 05:11 erawn