Skip to content

Version 0.7.2

Compare
Choose a tag to compare
@mwouts mwouts released this 30 Sep 22:40

Improvements

  • light and percent formats made available for scheme and cpp notebooks. Adding more formats is straightforward - just add a new entry to _SCRIPT_EXTENSIONS in languages.py, a sample notebook and a mirror test (#61)
  • Format name is automatically appended to extension in jupytext_formats when notebook is loaded/saved.

BugFixes

  • Notebooks extensions can only be prefixed with .nb (#87)