Skip to content

Commit c724dc6

Browse files
i-aki-ymwakaba2
authored andcommitted
Add notebook's name in the notification message.
1 parent ae237a2 commit c724dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function displayNotification(
4646
}
4747

4848
notificationPayload.body = message;
49-
new Notification(`${notebookName}`, notificationPayload);
49+
new Notification(`${notebookName} Cell Completed!`, notificationPayload);
5050
}
5151

5252
const extension: JupyterFrontEndPlugin<void> = {

0 commit comments

Comments
 (0)