-
Notifications
You must be signed in to change notification settings - Fork 391
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
.md round-tripping Broken on %%python3 magic #365
Comments
Thanks @psychemedia for reporting this. I will have a look. |
@psychemedia , I was able to reproduce (and fix) this. In the next release that should work. Note that the cell magic is absent from the Markdown representation, as |
Hello @psychemedia , this has been included in the latest RC, available with |
@mwouts Seems to work fine for me now.. thanks 👍 |
Just noticed this in a notebook that uses
%%python3
magic to demonstrate code execution in separate cells.If I'm editing a markdown file in Jupyter notebook UI under Jupytext, if I have a code cell:
if I save the file and then reopen it, the
%%python3
block cell magic has been stripped.The text was updated successfully, but these errors were encountered: