Skip to content

Version 1.2.2

Compare
Choose a tag to compare
@mwouts mwouts released this 01 Sep 17:06

Improvements

  • Documentation includes a section on how to use Jupytext as a Python library (#317)
  • Mention of the server extension in the documentation (#304)
  • Text notebooks can be tested with jupytext --execute notebook.md (#303)
  • The default value of as_version in jupytext.read is nbformat.NO_CONVERT, as for nbformat.read
  • Jupytext tests are now included in sdist (#310)

BugFixes

  • Fixed the usability of the fmt argument in jupytext.read (#312)
  • Fixed the download notebook error when c.notebook_extensions has a custom value (#318)
  • String delimiters in commented text are now ignored (#307)