Fixed
- The
text_representation
metadata of text notebooks is filtered from.ipynb
files both injupytext.write
and in the contents manager for Jupyter (#900)
Changed
- Jupytext will not issue a warning when a format suffix starting with '.', '-' or '_' is passed to the
--to
option (#901)