Open
Description
Description
I am getting the following:
Traceback (most recent call last):
File "/home/martinrenou/micromamba/envs/glue-lab/lib/python3.11/site-packages/tornado/websocket.py", line 944, in _accept_connection
await open_result
File "/home/martinrenou/micromamba/envs/glue-lab/lib/python3.11/site-packages/jupyter_collaboration/handlers.py", line 236, in open
if self.room.document.source != model["content"]:
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/martinrenou/micromamba/envs/glue-lab/lib/python3.11/site-packages/jupyter_ydoc/ybasedoc.py", line 60, in source
return self.get()
^^^^^^^^^^
File "/home/martinrenou/micromamba/envs/glue-lab/lib/python3.11/site-packages/jupyter_ydoc/ynotebook.py", line 213, in get
metadata=meta["metadata"],
~~~~^^^^^^^^^^^^
KeyError: 'metadata'
Leading to not being able to open the Notebook (it's an empty area on Jupyterlab)