Skip to content

Commit a60ec6e

Browse files
committed
Update HISTORY.rst
1 parent 1e269a5 commit a60ec6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

HISTORY.rst

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Release History
1919
- R Markdown hidden inputs, outputs, or cells are now mapped to the corresponding Jupyter Book tags by default (#337)
2020
- The Jupyter Notebook extension for Jupytext is compatible with Jupyter Notebook 6.0 (#346)
2121
- ``jupytext notebook.py --to ipynb`` updates the timestamp of ``notebook.py`` so that the paired notebook still works in Jupyter (#335, #254)
22+
- ``jupytext --check pytest notebook.ipynb`` can be used to run test functions in a notebook (#286)
23+
- ``jupytext --check`` and ``jupytext --pipe`` can run commands that only operate on files: when ``{}`` is found in the text of the command, ``jupytext`` saves the text representation of the notebook in a temp file, and replaces ``{}`` with the name of that file before executing the command. (#286)
2224
- Added support for Rust/Evxcr, by Jonas Bushart (#351)
2325
- Added support for PowerShell (#349)
2426

0 commit comments

Comments
 (0)