Skip to content

Instantly share code, notes, and snippets.

View ansegura7's full-sized avatar
:octocat:
Always Coding

Andres Segura-Tinoco ansegura7

:octocat:
Always Coding
View GitHub Profile
@ansegura7
ansegura7 / export-report.bat
Last active January 20, 2022 16:34
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