Skip to content

Instantly share code, notes, and snippets.

@darth-veitcher
Last active November 25, 2017 13:57
Show Gist options
  • Save darth-veitcher/08cf740d5146dc319f2c8c9f6e69ba9d to your computer and use it in GitHub Desktop.
Save darth-veitcher/08cf740d5146dc319f2c8c9f6e69ba9d to your computer and use it in GitHub Desktop.
Jupyter notebook cheatsheet for Data Science

Jupyter notebook cheatsheet

Hints and tips for Data Science usage

Export to static html file

Useful for saving a workbook to a static html file that can then be presented back afterwards.

%%bash
jupyter nbconvert --to html 'mynotebook.ipynb'

Sources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment