We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae237a2 commit c724dc6Copy full SHA for c724dc6
src/index.ts
@@ -46,7 +46,7 @@ function displayNotification(
46
}
47
48
notificationPayload.body = message;
49
- new Notification(`${notebookName}`, notificationPayload);
+ new Notification(`${notebookName} Cell Completed!`, notificationPayload);
50
51
52
const extension: JupyterFrontEndPlugin<void> = {
0 commit comments