Last active
July 7, 2020 07:30
-
-
Save sbatururimi/2c39c2f654c0fe6d32a72737cfcbccd0 to your computer and use it in GitHub Desktop.
Snippets for Jupyter: autotime+notifications $(jupyter --data-dir)/nbextensions/snippets/snippets.json
This file contains hidden or 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
{ | |
"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