-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
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
Convert all notebooks #202
Comments
probably best left to the shell:
|
Hello @jamesmyatt , well this is implemented. I've used it many times, as this is especially useful for testing the round trip conversion on a large collection of notebooks (see #99). Just cd to a directory where you have a few notebooks, and try it, e.g.
|
That's odd and I agree it is useful. I'm also using v1.0.3 but on Windows using Python 3.7.1, and I get:
I don't see anywhere where it would expand a wildcard in |
Thanks @jamesmyatt for the clarification. It seems then that the windows shell is behaving differently than the linux one. In linux the wildcard expansion is done by the shell, and I confirm what you report: So to conclude: you're right, we should add the wildcard extension to jupytext's CLI, at least on Windows. |
This is available in version 1.0.4. @jamesmyatt , can you confirm that it now works as expected? Thanks |
That's great! Thanks for fixing and releasing it so quickly! |
You're welcome - thanks for reporting the issue! |
Incase anyone else needs it, I went the other way .py to .ipynb using Works a treat. |
I'd like to be able to convert all notebooks in a directory using jupytext, e.g.
Am I correct to say that this is not currently possible? Is it planned to be added? I don't think it's as simple as adding a
glob
nearjupytext/jupytext/cli.py
Line 205 in 3b2f232
The text was updated successfully, but these errors were encountered: