Releases: mwouts/jupytext
Releases · mwouts/jupytext
Version 0.5.4
- R to Rmd conversion using nbrmd compares well to knitr::spin #26
- coverage improved
Version 0.5.3
v0.5.3 Binder uses v0.5.3
Version 0.5.2
Version 0.5.1
Trust source-only notebooks
Version 0.5.0
- 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 anipynb
file
when anb.py
is opened (and conversely), and ascript.ipynb
file when a
py
file is opened (mwouts/nbsrc#5) nbsrc
script was moved to thenbrmd
package.
Version 0.4.6
Ping pypi - previous version still not available
Version 0.4.5
Removed dependency of setup.py on yaml through readme function
Version 0.4.4
Package republished on pypi
Version 0.4.3
- 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.
Version 0.4.2
- 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)