question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can we put the notebooks at the end of the command when doing "jupytext --check"?

See original GitHub issue

As 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:closed
  • Created 2 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
mwoutscommented, Nov 25, 2021

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.

0reactions
mwoutscommented, Dec 7, 2021

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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found