[f8624c]: / jupytext.toml

Download this file

11 lines (7 with data), 284 Bytes

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