We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Heya, using version 1.3.0rc1, code cell with metadata of the form:
1.3.0rc1
{"a": "b, c", "d": "e" }
Is converted to:
```{python a=b, c, d=e} ```
I'm guessing the strings should be quoted?
And if not, this causes a round trip error:
Unreadable Notebook: /.../Untitled.Rmd RMarkdownOptionParsingError('Option line "a=b, c, d=e" has no name for option value c',)
The text was updated successfully, but these errors were encountered:
Indeed! Thanks @chrisjsewell for reporting this. I'll have a look.
Sorry, something went wrong.
Hello @chrisjsewell , could you give a try to the latest RC?
pip install jupytext==1.3.0rc2
Also, @grst , do you mind to test it as well? I'd like to make sure that you're not affected.
Works for me!
Successfully merging a pull request may close this issue.
Heya, using version
1.3.0rc1
, code cell with metadata of the form:Is converted to:
I'm guessing the strings should be quoted?
And if not, this causes a round trip error:
The text was updated successfully, but these errors were encountered: