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

Hide notebook metadata #581

Merged
merged 1 commit into from
Jul 30, 2020
Merged

Hide notebook metadata #581

merged 1 commit into from
Jul 30, 2020

Conversation

mwouts
Copy link
Owner

@mwouts mwouts commented Jul 30, 2020

This PR introduces the hide_notebook_metadata option for the Markdown format.
Closes #527 .

@codecov
Copy link

codecov bot commented Jul 30, 2020

Codecov Report

Merging #581 into master will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #581      +/-   ##
==========================================
+ Coverage   98.98%   99.00%   +0.01%     
==========================================
  Files          89       89              
  Lines        8794     8841      +47     
==========================================
+ Hits         8705     8753      +48     
+ Misses         89       88       -1     
Impacted Files Coverage Δ
jupytext/formats.py 97.20% <ø> (+0.31%) ⬆️
jupytext/cli.py 96.48% <100.00%> (+0.01%) ⬆️
jupytext/config.py 96.24% <100.00%> (+0.08%) ⬆️
jupytext/header.py 99.31% <100.00%> (+0.07%) ⬆️
tests/test_cli_config.py 100.00% <100.00%> (ø)
tests/test_header.py 100.00% <100.00%> (ø)
tests/test_read_simple_markdown.py 100.00% <100.00%> (ø)

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 a8992b0...997b17c. Read the comment docs.

@mwouts mwouts merged commit f0d2f45 into master Jul 30, 2020
@mwouts mwouts deleted the hide_notebook_metadata branch July 30, 2020 17:51
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.

Hide metadata header in markdown
1 participant