-
Notifications
You must be signed in to change notification settings - Fork 393
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
Escape jupyter magic commands #29
Comments
Not all lines that start with % are jupyter magics... Pytest features, and more generally python decorators also start with the percent sign. I will restrict the escaping of magic commands to the built-in magic commands |
mwouts
referenced
this issue
Aug 17, 2018
mwouts
added a commit
that referenced
this issue
Aug 21, 2018
New version v0.5.0. Fixes #30 #32 #29 #31 mwouts/nbsrc#5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Python cells in R markdown files and plain python files cannot contain jupyter magic commands. These should be escaped, in a revertible way so that reconstructed jupyter notebook remains unchanged.
The text was updated successfully, but these errors were encountered: