Releases: mwouts/jupytext
Releases · mwouts/jupytext
Version 0.6.2
Version 0.6.1
Improvements
- Package and conversion script renamed from
nbrmd
tojupytext
. - Cell parsing and exporting done in two specialized classes. This is way
easier to read. Pylint score at 9.9 ! - Python file format updated to 1.1: default end of cell for python scripts is
one blank space. Two blank spaces are allowed as well. Now you can reformat
code in Python IDE without breaking notebook cells (#38). - Added support for plain markdown files (#40, #44).
- Demonstration notebooks more user friendly (#45).
- Command line tool simpler to use (#46).
- Start code patterns present in Jupyter cells are escaped.
- Default
nbrmd_format
is empty (mwouts/nbsrc/#5): no Jupyter notebook
is created on disk when the user opens a Python or R file and saves it from
Jupyter, unless the users asks for it by settingnbrmd_format
.
BugFixes
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