Skip to content

Commit 99ba8b2

Browse files
authored
Prepare for v0.3.0
1 parent 176ca54 commit 99ba8b2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@
55
[![PyPI](https://img.shields.io/pypi/v/jupyterlab-notifications.svg)](https://pypi.org/project/jupyterlab-notifications)
66
[![npm](https://img.shields.io/npm/v/jupyterlab-notifications.svg)](https://www.npmjs.com/package/jupyterlab-notifications)
77

8-
Notebook Cell Completion Browser Notifications for JupyterLab.
8+
### Notebook Cell Completion Browser Notifications for JupyterLab.
9+
10+
*Image of successful notebook cell execution notification*
911

1012
<img width="387" alt="notification" src="https://user-images.githubusercontent.com/3497137/118382531-3275eb80-b5bc-11eb-9810-5b92183609c3.png">
1113

14+
*Image of failed notebook cell execution notification* (Available only in >= v0.3.0)
15+
16+
<img width="389" alt="error_notification" src="https://user-images.githubusercontent.com/3497137/126079534-cd2425be-3b2b-4410-b951-91f54c25ad6a.png">
17+
1218

1319
## Requirements
1420

@@ -22,7 +28,7 @@ Notebook Cell Completion Browser Notifications for JupyterLab.
2228
"recordTiming": true
2329
}
2430
```
25-
* [BETA] the cell timing doesn't need to be enabled for Jupyterlab >= 3.1 and Jupyterlab notification version 0.3.0.
31+
* The cell timing doesn't need to be enabled for Jupyterlab >= 3.1 and Jupyterlab notification version >= v0.3.0.
2632

2733
## Install
2834

0 commit comments

Comments
 (0)