WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit acf248e

Browse files
committed
Add extra note on conversion from new python files (#265)
1 parent 7fdf1fb commit acf248e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Any code added to the tutorial should work in parallel. If any changes are made
2323
```bash
2424
python3 -m jupytext --sync */*.ipynb
2525
```
26+
or
27+
```bash
28+
python3 -m jupytext --sync */*.py --set-formats ipynb,py:light
29+
```
2630

2731
Any code added to the tutorial should work in parallel.
2832

0 commit comments

Comments
 (0)