We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jupytext --sync
Using v1.1.7, when doing jupytext --sync *.ipynb, an exception is thrown when it encounters an unpaired notebook. (https://github.com/mwouts/jupytext/blob/1.1.7/jupytext/cli.py#L446) However, it would be better if unpaired notebooks were skipped.
jupytext --sync *.ipynb
The text was updated successfully, but these errors were encountered:
Sure, I agree! I'll do that soon.
Sorry, something went wrong.
Thanks
jupytext --sync ignores unpaired notebooks
f5ec657
Fixes #281
c3e51b6
Hello James, this is available in the latest RC:
pip install jupytext==1.2.0rc2
Successfully merging a pull request may close this issue.
Using v1.1.7, when doing
jupytext --sync *.ipynb
, an exception is thrown when it encounters an unpaired notebook. (https://github.com/mwouts/jupytext/blob/1.1.7/jupytext/cli.py#L446) However, it would be better if unpaired notebooks were skipped.The text was updated successfully, but these errors were encountered: