Open antazoey opened 1 month ago
I believe cell_id is an opaque value given by the frontend, we just stick in the reply for the frontend to match the request with the reply and/or this might be used for widgets.
If my memory serve you need to look in ipykernel to change the output number.
The commit that introduces it references upstream issues:
Allow to get cellid from ipykernel
Other side of https://github.com/ipython/ipykernel/pull/886
This may help you, and yes, we should document it.
Hi, I am contributing for the first time, and this seems like a good starting point. Can I take up this issue?
You don't need to ask; you can just send one (or multiples), PRs,
or even just investigate what you find on how cell_id
is used, and comment about your finds here
The
run_cell()
method is missing doc-str for the paramcell_id
. I was trying to figure out if this param would help me control the output number in cell display but there is no doc on it so I have no idea what it does.