Added
- The MyST frontmatter found in MyST Markdown notebooks can be mapped to a YAML header at the top of the Jupyter notebook. This way MyST notebooks in either the
md:mystoripynbformat can be used with MyST. Thanks to Ian Carroll for proposing and implementing this change (#1314) - The context menu has a "New Text Notebook" entry. Thanks to Mahendra Paipuri for this PR (#1365)!
Changed
- Jupytext's default contents manager is now derived from the asynchronous AsyncLargeFileManager. Thanks to Darshan Poudel for making this finally happen (#1328)!
- The percent format is now the default format for scripts. If you run
jupytext --to py notebook.ipynbyou now get apy:percentscript (use--to py:lightfor the light format) #1201 - The
rst2mdconversion now works withsphinx-gallery>=0.8. Thanks to Thomas J. Fan for fixing this! (#1334) - We have updated the JupyterLab extension dependencies (#1300, #1355, #1360). Thanks to Mahendra Paipuri for these PRs!
Fixed
- We have added and fixed round trip tests on MyST Markdown notebooks (#759, #789, #1267, #1317)
- The
--quietoption now works with the--pipemode of Jupytext CLI (#1305) - Jupytext is now compatible with the cell toolbar extension - thanks to Nicolas Brichet for the fix! (#1358)
- The project description on PyPI now uses absolute links (#1287)