Added
Changed
- The outputs from the
.ipynbfile are matched with the input cells from the text file with less strict rules. In this version, a search and replace on the text file will not remove the outputs any more (#464). - Update parsing of myst notebooks to new (markdown-it based) parser (please upgrade to
myst-parserto version~0.8) (#473) - Use
os.path.samefilewhen searching for the kernel that corresponds to the current environment (--set-kernel -)
Fixed
- Fixed the CLI example for not commenting out magic commands:
--opt comment_magics=false. In addition, most of thejupytextcommands inusing-cli.mdare now tested! (#465) jupytext.readandjupytext.writenow give more meaningful errors when the format information is incorrect (#462)- Multiline comments starting or ending with quadruple quotes should not cause issues anymore (#460)
- Fixed active cells in the py:percent format (#477)