jupytext

Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts

MIT License

Downloads
1.4M
Stars
6.4K
Committers
90

Bot releases are hidden (Show)

jupytext - Version 0.5.3

Published by mwouts about 6 years ago

jupytext - Version 0.5.2

Published by mwouts about 6 years ago

  • Classical jupyter extensions (autoreload, rmagics) are also escaped (#35)
  • Explicit file format version, set at 1.0, to avoid overriding ipynb files by accident (#36)
jupytext - Version 0.5.1

Published by mwouts about 6 years ago

Trust source-only notebooks

jupytext - Version 0.5.0

Published by mwouts about 6 years ago

  • Jupyter magic commands escaped when exported (#29)
  • 'endofcell' option for explicit (optional) end-of-cell marker (#31)
  • 'active' cell option now supported for .py and .R export (#30)
  • Raw cells now preserved when exported to .py or .R (#32)
  • Extensions can be prefixed, like .nb.py, (mwouts/nbsrc#5)
  • When a file with an extension not associated to 'ipynb' is opened and saved,
    no 'ipynb' file is created (mwouts/nbsrc#5)
  • Extensions can now be a sequence of groups. For instance,
    nbrmd_formats="ipynb,nb.py;script.ipynb,py" will create an ipynb file
    when a nb.py is opened (and conversely), and a script.ipynb file when a
    py file is opened (mwouts/nbsrc#5)
  • nbsrc script was moved to the nbrmd package.
jupytext - Version 0.4.6

Published by mwouts about 6 years ago

Ping pypi - previous version still not available

jupytext - Version 0.4.4

Published by mwouts about 6 years ago

Package republished on pypi

jupytext - Version 0.4.5

Published by mwouts about 6 years ago

Removed dependency of setup.py on yaml through readme function

jupytext - Version 0.4.3

Published by mwouts about 6 years ago

  • Multiline comments now supported #25
  • Readme refactored, notebook demos available on binder #23
  • Fixed missing cell metadata #27
  • Documentation tells how to avoid creating .ipynb files #16
  • ContentsManager can be imported even if notebook.transutils is not
    available, for compatibility with older python distributions.
jupytext - Version 0.4.2

Published by mwouts about 6 years ago

  • Added test for R notebooks
  • Added pylint badge
  • New active cell metadata that allows cell activation only for desired
    extensions (currently available for Rmd and ipynb extensions only)
jupytext - Version 0.4.1

Published by mwouts over 6 years ago

  • Indented python code will not start a new cell #20
  • Fixed parsing of Rmd cell metadata #21
jupytext - Version 0.4.0

Published by mwouts over 6 years ago

  • .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
jupytext - Version 0.3.0

Published by mwouts over 6 years ago

Introducing support for notebooks as python or R scripts

jupytext - Version 0.2.6

Published by mwouts over 6 years ago

  • 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
jupytext - Version 0.2.5

Published by mwouts over 6 years ago

  • 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)
jupytext - Version 0.2.4

Published by mwouts over 6 years ago

  • 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
jupytext - Version 0.2.3

Published by mwouts over 6 years ago

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

jupytext - Version 0.2.2

Published by mwouts over 6 years ago

  • 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
jupytext - Version 0.2.1

Published by mwouts over 6 years ago

  • 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
Package Rankings
Top 5.52% on Conda-forge.org
Top 0.79% on Pypi.org
Top 23.34% on Anaconda.org
Top 6.34% on Npmjs.org
Badges
Extracted from project README
CI Documentation Status codecov.io Code style: black GitHub language count Conda Version Pypi pyversions Binder:lab Binder:notebook launch - renku