Skip to content

Releases: mwouts/jupytext

Version 0.4.1

19 Jul 23:15
67d3745
Compare
Choose a tag to compare
  • Indented python code will not start a new cell #20
  • Fixed parsing of Rmd cell metadata #21

Version 0.4.0

18 Jul 22:56
31c4203
Compare
Choose a tag to compare
  • .py format for notebooks is lighter and pep8 compliant
  • Default nbrmd config not added to notebooks (Fixes #17)
  • nbrmd_formats becomes a configurable traits (#16)
  • Removed nbrmd_sourceonly_format metadata. Source notebook is current notebook
    when not .ipynb, otherwise the first notebook format in nbrmd_formats (not
    .ipynb) that is found on disk

Version 0.3.0

17 Jul 22:39
1808cbd
Compare
Choose a tag to compare

Introducing support for notebooks as python or R scripts

Version 0.2.6

13 Jul 13:48
de57bfc
Compare
Choose a tag to compare
  • Inputs are loaded from .Rmd file when a matching .ipynb file is
    opened (Fixes #12). This uses the new nbrmd_sourceonly_format metadata.
  • Trusted notebooks remain trusted

Version 0.2.5

10 Jul 23:09
Compare
Choose a tag to compare
  • When a .Rmd notebook is opened, outputs found in the .ipynb versions are combined with matching inputs, as suggested by @grst (Fixes #12)
  • Support for unicode text in python 2.7 (Fixes #11)

Version 0.2.4

05 Jul 04:57
Compare
Choose a tag to compare
  • nbrmd will always open notebooks, even if header of code cells are not terminated. Merge conflicts can thus be solved in Jupyter directly.
  • New metadata 'main language' that preserves the notebook language.
  • dependencies included in setup.py
  • pre_save_hook fixed in case of non-empty notebook_dir #9

Version 0.2.3

28 Jun 22:00
80f0a39
Compare
Choose a tag to compare

Fixed rmarkdown converter for nbconvert, and tests, on older platforms

Version 0.2.2

27 Jun 23:06
Compare
Choose a tag to compare
  • RMarkdown exporter for nbconvert (use it with: jupyter nbconvert --to rmarkdown notebook.ipynb)
  • Parsing of R options now robust to parenthesis
  • Jupyter cell tags are preserved in conversions
  • requirements.txt now included in pypi package

Version 0.2.1

24 Jun 00:02
0e6ce87
Compare
Choose a tag to compare
Version 0.2.1 Pre-release
Pre-release
  • Allows edition R markdown and markdown files in Jupyter
  • Rmd cell options directly mapped to cell metadata
  • New (default) pre-save hook update_selected_formats that saves to formats in metadata 'nbrmd_formats'
  • Coverage increased