Closed
Description
Any notebook; the following commands:
$ jupytext --to py example.ipynb
$ diff example.py <(jupytext --to py -o- example.ipynb)
28a29
>
diff exits non-cleanly as -o-
adds an additional newline. I believe end=''
or sys.stdout.write()
* here might fix it.
Line 42 in 960a962
* Print function won't work without importing from __future__.
Metadata
Assignees
Labels
No labels