microsoft / vscode-jupyter

VS Code Jupyter extension
https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter
MIT License
1.29k stars 292 forks source link

Notification for Cell Execution #15039

Open ahmadmustafaanis opened 9 months ago

ahmadmustafaanis commented 9 months ago

When a Cell is executed in Google Colab, it gives a notification for execution (Successfully or Failed). image

Since VS Code is also based on Chrome, I believe it should be possible to add such a notification in VS Code Jupyter notebook for Cell Execution.

DonJayamanne commented 9 months ago

Thanks for filing this feature request, will look into this.

ahmadmustafaanis commented 9 months ago

Thank you, kindly let me know if I can also contribute in it. My JS is not very good though, can we do it with window.alert or something similar?