Eric Rawn

Results 4 issues of Eric Rawn

Apologies for posting two issues but since this proposal spans ipykernel and ipython I thought I would split it up. In [this issue ](https://github.com/ipython/ipykernel/issues/1470) I proposed passing the `cell_meta` field...

This is a PR to propose adding `cell_meta` to `ExecutionInfo` so that IPython extensions can utilize it. This PR builds on [1169](https://github.com/ipython/ipykernel/pull/1169) which passed `cell_meta` to the kernel, and adds...

Other half of [https://github.com/ipython/ipython/pull/15071](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...

I'd like to write an IPython plugin which responds to data stored in `cell_meta`. I'd like to mirror the work to pass `cell_id` through to the shell as done in...