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
I'm running the following command: jupyter nbconvert WFMTutorial.ipynb WFMTutorial.py
jupyter nbconvert WFMTutorial.ipynb WFMTutorial.py
As expected, this is the error message:
`The following formats are available: ['asciidoc', 'custom', 'html', 'latex', 'markdown', 'notebook', 'pdf', 'python', 'qtpdf', 'qtpng', 'rst', 'script', 'slides', 'webpdf']
It would be nice of in the above case semantically the following command would be inferred:
jupyter nbconvert WFMTutorial.ipynb --to script
I think it would work for most of the formats `
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm running the following command:
jupyter nbconvert WFMTutorial.ipynb WFMTutorial.py
As expected, this is the error message:
`The following formats are available: ['asciidoc', 'custom', 'html', 'latex', 'markdown', 'notebook', 'pdf', 'python', 'qtpdf', 'qtpng', 'rst', 'script', 'slides', 'webpdf']
It would be nice of in the above case semantically the following command would be inferred:
jupyter nbconvert WFMTutorial.ipynb --to script
I think it would work for most of the formats
`
The text was updated successfully, but these errors were encountered: