jupyter_ydoc icon indicating copy to clipboard operation
jupyter_ydoc copied to clipboard

Use nbformat when creating an empty cell

Open davidbrochart opened this issue 2 years ago • 2 comments

Problem

When we set the content of a YNotebook from some source, we create an empty cell if there was no cell originally.

Proposed Solution

We should probably use nbformat for that.

davidbrochart avatar Aug 05 '22 13:08 davidbrochart

What is the status on this? I see that the linked code is no longer here. Asking because I am trying to narrow down some trust issues which appear to originate from ydoc and friends.

Otherwise, I am not sure if spawning up nbformat up is a good idea performance-wise

krassowski avatar Apr 08 '23 15:04 krassowski

This issue is not fixed, we are still creating an empty cell here.

davidbrochart avatar Apr 11 '23 07:04 davidbrochart