a | b/jupytext.toml | ||
---|---|---|---|
1 | # Jupytext config file |
||
2 | |||
3 | # Always pair ipynb notebooks to py:percent files |
||
4 | default_jupytext_formats = "ipynb,py:percent" |
||
5 | |||
6 | # Comment out magics (allows code formatting) |
||
7 | comment_magics = true |
||
8 | |||
9 | # Strip cell-level metadata (avoid polluting git diffs) |
||
10 | default_cell_metadata_filter = "-all" |