Open machow opened 2 years ago
Hi @machow , thank you for reporting this.
Well I am seeing a similar issue on our CI at #1002. I think we have two options here:
nbformat
. To make sure that you're using the version you think you are, I would suggest that you print nbformat.__version__
in the same Python env where you are able to reproduce the issue. Then you'll need to do the same in your Jupyter environment.qmd
to ipynb
converter is maintained.
Hello, when I open a qmd paired with a ipynb in jupyter lab, and then attempt to save it, I get this error:
It looks like some validation process run by nbformat (?) is logging an error for v4.4 notebooks. For example, if I run this code in IPython it works, but prints the same error as above (note that no error message occurs in the regular python repl):
""")
writes(nb, fmt="qmd")