Skip to content

Instantly share code, notes, and snippets.

@ansegura7
Last active January 20, 2022 16:34
Show Gist options
  • Save ansegura7/ba954acdc99bdf4b76d11af1e587365d to your computer and use it in GitHub Desktop.
Save ansegura7/ba954acdc99bdf4b76d11af1e587365d to your computer and use it in GitHub Desktop.
This gist allows you to export a Jupyter notebook to an HTML file (without showing the Python code used).
@echo on
cd "projectFolder/code"
jupyter nbconvert JupyterNotebookName.ipynb --no-input --to html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment