-
Notifications
You must be signed in to change notification settings - Fork 567
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
NbConvertApp command line options not documented #837
Comments
I don't think we explicitly try to document all the options in You can see all the short command line options by running |
Okay, but it is a one sentence change to add
You could append "If you specify "--inplace" (in addition to the --execute flag) the result will overwrite the notebook rather than save to :file: This seems useful to me, and not a degradation of the documentation. |
OK, PR welcome. |
Per GitHub issue jupyter#837, document the '--inplace' command line flag.
Viewing nbconvertapp.py I see command line options such as inplace, clear-output, etc. Looking at the documentation for this app, usage.rst, I do not see any reference to these. A search on readthedocs reveal the changelog mentions them, but no one is going to go to a change log to understand what a command line will do.
I'm happy to try to edit usage.rst to fully document the command line options, but not sure on the workflow you are using. Should I just dive in and then issue a pull request?
The text was updated successfully, but these errors were encountered: