Changed
- Jupytext's default contents manager is now derived from the asynchronous AsyncLargeFileManager. Thanks to Darshan Poudel for making this finally happen (#1328)!
- The MyST frontmatter found in MyST Markdown notebooks is now mapped to a YAML header at the top of the Jupyter notebook. This way MyST notebooks in either the
md:myst
oripynb
format can be used with MyST. Thanks to Ian Carroll for proposing and implementing this change (#1314) - The percent format is now the default format for scripts. If you run
jupytext --to py notebook.ipynb
you now get apy:percent
script (use--to py:light
for the light format) #1201 - The
rst2md
conversion 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!
Added
- The context menu has a "New Text Notebook" entry. Thanks to Mahendra Paipuri for this PR (#1365)!
Fixed
- We have added and fixed round trip tests on MyST Markdown notebooks (#759, #789, #1267, #1317)
- The
--quiet
option now works with the--pipe
mode 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)