I am currently working on a jupyterlab extension which requires unique cell metadata.
Is there a way to enforce that only the cell without their metadata is being copied?
At present, probably not. If this metadata needs to be unique, could it be stored at the notebook level, with references to cell_id
’s, which are unique?