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

Fix round trip to md with %%python3 cell magic #368

Merged
merged 3 commits into from
Oct 30, 2019
Merged

Fix round trip to md with %%python3 cell magic #368

merged 3 commits into from
Oct 30, 2019

Conversation

mwouts
Copy link
Owner

@mwouts mwouts commented Oct 29, 2019

Code cells can start with ```python3 in Markdown files. In that case we insert a %%python3 cell magic at the top of the cell.

Closes #365.

@codecov
Copy link

codecov bot commented Oct 29, 2019

Codecov Report

Merging #368 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #368      +/-   ##
==========================================
+ Coverage   99.05%   99.05%   +<.01%     
==========================================
  Files          74       74              
  Lines        7311     7316       +5     
==========================================
+ Hits         7242     7247       +5     
  Misses         69       69
Impacted Files Coverage Δ
jupytext/cell_reader.py 96.91% <100%> (ø) ⬆️
tests/test_read_simple_markdown.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4d6bef1...ca8fd75. Read the comment docs.

@mwouts mwouts changed the title Fix #365 Fix round trip to md with %%python3 cell magic Oct 30, 2019
@mwouts mwouts merged commit 7ef84ee into master Oct 30, 2019
@mwouts mwouts deleted the fix_365 branch October 30, 2019 07:45
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

Successfully merging this pull request may close these issues.

.md round-tripping Broken on %%python3 magic
1 participant