-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to open Notebook without metadata #165
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
We could certainly fix it. But such notebook is invalid: |
It's unclear to me as to why I ended up with this invalid Notebook though |
Hi @martinRenou. What version of jupyter_ydoc are you using? In theory, this was fixed in #158 |
I'm using 1.0.2 |
Did you played with your local installation? The reported line number in the error is not consistent with the code. Line 213 of ynotebook at v1.0.2 is: jupyter_ydoc/jupyter_ydoc/ynotebook.py Line 213 in 39ddee8
Metadata query is at line 223 in v1.0.2: jupyter_ydoc/jupyter_ydoc/ynotebook.py Line 223 in 39ddee8
Could you try forcing a re installation? |
You may be trolled by inconsistent byte-code version. Do you get |
Description
I am getting the following:
Leading to not being able to open the Notebook (it's an empty area on Jupyterlab)
The text was updated successfully, but these errors were encountered: