You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: HISTORY.rst
+2
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@ Release History
19
19
- R Markdown hidden inputs, outputs, or cells are now mapped to the corresponding Jupyter Book tags by default (#337)
20
20
- The Jupyter Notebook extension for Jupytext is compatible with Jupyter Notebook 6.0 (#346)
21
21
- ``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)
22
24
- Added support for Rust/Evxcr, by Jonas Bushart (#351)
0 commit comments