We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d2c70 commit f0d92bdCopy full SHA for f0d92bd
nbconvert/nbconvertapp.py
@@ -605,6 +605,7 @@ def convert_notebooks(self):
605
"Please specify an output format with '--to <format>'."
606
f"\nThe following formats are available: {get_export_names()}"
607
)
608
+ raise ValueError(msg)
609
610
# initialize the exporter
611
cls = get_exporter(self.export_format)
0 commit comments