Skip to content

Version 1.3.0rc0

Pre-release
Pre-release
Compare
Choose a tag to compare
@mwouts mwouts released this 13 Oct 09:21

Improvements

  • Raw cells are now encoded using HTML comments (<!-- #raw --> and <!-- #endraw -->) in Markdown files. And code blocks from Markdown files, when they don't have an explicit language, are displayed as Markdown cells in Jupyter (#321)
  • Markdown and raw cells can use multiline comments in the py:percent format (#305)
  • jupytext notebook.py --to ipynb updates the timestamp of notebook.py so that the paired notebook still works in Jupyter (#335, #254)

BugFixes

  • Fixed an inconsistent round trip (code cell with "cat" being converted to a markdown cell) in the py:light format (#339)
  • Commands like cat = x are not magic commands {#339)
  • jupytext --test now really compares the text (rather than the corresponding notebook) when run on text files (#339)