Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@mwouts mwouts released this 14 Apr 16:09

Improvements

  • Markdown and R Markdown formats now support metadata (#66, #111, #188)
  • The light format for Scripts can use custom cell markers, e.g. Vim or VScode/PyCharm folding markers (#199)
  • Pandoc's Markdown format for Jupyter notebooks is available in Jupytext as md:pandoc (#208)

BugFixes

  • Jupytext's contents manager is now based on LargeFileManager to allow large file uploads (#210)
  • YAML header parsed with yaml.safe_load rather than yaml.load (#215)
  • IPython line magic can be split across lines (#209)
  • jupytext --to py rather than --to python in the README (#216)