8000 Update README.md · Nikki-Gu/jupyter-notify@e166aa1 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
adding custom message note
  • Loading branch information
htorrence authored Aug 24, 2017
1 parent 7f5ec6f commit e166aa1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,13 @@ The following options exist:
- `require_interaction` - Boolean, default False. When this is true,
notifications will remain on screen until dismissed. This feature is currently
only available in Google Chrome.

## Custom Message

You may specify what message you wish the notification to display:

```
%%notify "sleep for 5 secs"
import time
time.sleep(5)
```

0 comments on commit e166aa1

Please sign in to comment.
0