Skip to content

Version 1.16.3

Compare
Choose a tag to compare
@mwouts mwouts released this 09 Jul 20:39
· 7 commits to main since this release

Fixed

  • We use inspect to determine whether the current contents manager derives from AsyncContentsManager (which is not
    supported by Jupytext at the moment). This fixes a compatibility issue with jupyter-fs==1.0.0 (#1239). Thanks to Mahendra Paipuri for this PR!
  • We have fixed a typo when build_jupytext_contents_manager_class can't be imported (#1162)
  • A Python 3.13 deprecation warning was fixed #1241 - thanks to Jerry James
  • We have fixed a typo when build_jupytext_contents_manager_class can't be imported (#1162)
  • Some dependencies of the JupyterLab extensions were updated (#1243, #1245)

Added

  • Lua notebooks are now supported (#1252) - thanks to erentar for this contribution
  • Go notebooks are supported too (#1244)! Many thanks to Jan Pfeifer, author of GoNB, and to HaveF for their help on this topic.
  • Empty prefixes are now allowed in Jupytext format when specified as a dictionary (#1144)

Changed

  • We've had to deactivate the tests on the Quarto format in the CI as the Quarto round trip might now add a Markdown cell to the notebook (#1255)