Skip to content

Instantly share code, notes, and snippets.

@sbatururimi
Last active July 7, 2020 07:30
Show Gist options
  • Save sbatururimi/2c39c2f654c0fe6d32a72737cfcbccd0 to your computer and use it in GitHub Desktop.
Save sbatururimi/2c39c2f654c0fe6d32a72737cfcbccd0 to your computer and use it in GitHub Desktop.
Snippets for Jupyter: autotime+notifications $(jupyter --data-dir)/nbextensions/snippets/snippets.json
{
"snippets" : [
{
"name" : "timing-notifications",
"code": [
"%load_ext autoreload",
"%load_ext jupyternotify",
"%load_ext autotime"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment