Skip to content

Commit

Permalink
freeze_metadata may update existing metadata #135 #124
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Nov 30, 2018
1 parent 6b38311 commit 0393618
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ c.ContentsManager.default_notebook_metadata_filter = "-all"
c.ContentsManager.default_cell_metadata_filter = "-all"
```

Finally, if you want Jupytext to preserve metadata in pre-existing scripts or markdowns files, use:
Finally, if you want that Jupytext exports no other metadata that the one already present in pre-existing scripts or markdowns files, use:
```python
# Do not modify metadata when editing a markdown document or a script
# Do not add new metadata when editing a markdown document or a script
c.ContentsManager.freeze_metadata = True
```

Expand Down

0 comments on commit 0393618

Please sign in to comment.