Skip to content
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

Quoted parameters cause Python parse failures #66

Closed
MSeal opened this issue Dec 19, 2017 · 0 comments
Closed

Quoted parameters cause Python parse failures #66

MSeal opened this issue Dec 19, 2017 · 0 comments

Comments

@MSeal
Copy link
Member

MSeal commented Dec 19, 2017

Inputs with escaped or wrapped double quotes inside (-p foo '{"bar":"baz"}') causes notebook execution to fail with syntax errors. The example above will result in foo = "{"bar":"baz"}" in the notebook which isn't valid Python with the wrapping quotes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant