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
I just noticed that the notebooks like the following:
--- jupyter: jupytext: notebook_metadata_filter: all,-language_info split_at_heading: true text_representation: extension: .Rmd format_name: rmarkdown format_version: '1.2' jupytext_version: 1.14.6 --- ```{python some-name, param="Problem's"} a = 1 ```
This gives the following error when trying to load the notebook:
[W 17:33:09.623 NotebookApp] Option line "some-name, param="Problem's"" is not properly terminated
Removing the apostrophe fixes the error:
```{python some-name, param="Problems"} ```
The text was updated successfully, but these errors were encountered:
Hey @matthew-brett , thank you for reporting this. I will see what I can do.
Sorry, something went wrong.
Reproduce and fix #1079
150f9ac
1d45bc9
6f585d5
Great - thank you!
Successfully merging a pull request may close this issue.
I just noticed that the notebooks like the following:
This gives the following error when trying to load the notebook:
Removing the apostrophe fixes the error:
The text was updated successfully, but these errors were encountered: