Open
Description
Problem
Currently the API supports getting the cell by index. Index is not a stable identifier in a notebook.
Proposed Solution
It would be perfect to be able to fetch a cell by ID, without the overhead of converting the entire notebook to Python objects
Additional context
jupyter_ydoc/jupyter_ydoc/ynotebook.py
Lines 92 to 115 in 9223523