Can we put the notebooks at the end of the command when doing "jupytext --check"?
See original GitHub issueAs reported by @martinRenou on twitter,
jupytext --check 'black --check {}' *.ipynb
does not seem to work (but jupytext *.ipynb --check 'black --check {}'
does).
Can we allow both forms?
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Using at the Command Line - Jupytext documentation
Execute notebook cells¶. For convenience, when creating a notebook from text you can execute it: jupytext --set-kernel - notebook.md ...
Read more >Paired notebooks - Jupytext documentation - Read the Docs
These command simply add a "jupytext": {"formats": "ipynb,md"} -like entry in the notebook metadata. You can also configure the notebook pairing on the...
Read more >Jupytext documentation
These command simply add a "jupytext": {"formats": "ipynb,md"}-like entry in the notebook metadata. You can also configure the notebook pairing ...
Read more >Notebook formats - Jupytext documentation - Read the Docs
Notebook formats¶. Jupytext supports conversion between the .ipynb format and many different formats. This page describes each format, as well as some ...
Read more >Frequently Asked Questions - Jupytext documentation
How do I use Jupytext?¶. Open the notebook that you want to version control. Pair the notebook to a script or a Markdown...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @martinRenou 👋 , yes no problem at all, thanks for reporting this - I just preferred to take a note here in order not to forget. Yes that will probably be easy to fix and indeed it will make more sense to allow both version of the commands.
Well I don’t think so, at least I can’t see any recent change on anything else than on the lab extension… for now I’ll close this but feel free to reopen if you see another occurrence of this!