Last active
January 20, 2022 16:34
-
-
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).
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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