Skip to content

Instantly share code, notes, and snippets.

@MarcoGorelli
Last active February 11, 2021 15:56
Show Gist options
  • Save MarcoGorelli/e5ae4ccf12487524f44bc3fb84fbe765 to your computer and use it in GitHub Desktop.
Save MarcoGorelli/e5ae4ccf12487524f44bc3fb84fbe765 to your computer and use it in GitHub Desktop.
$ jupyter nbconvert notebooks/fibonacci_plot.ipynb \
--TagRemovePreprocessor.enabled=True \
--TagRemovePreprocessor.remove_input_tags "remove-input" \
--TagRemovePreprocessor.remove_all_outputs_tags "remove-output" \
--no-prompt \
--output-dir build \
--template classic \
--to html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment