Jupyter Notifier
Notifies you when code cells terminate.
Qu'est-ce que Jupyter Notifier ?
Jupyter Notifier est une extension Chrome développée par baran yildirim, et sa fonction principale est "Notifies you when code cells terminate.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Jupyter Notifier
Téléchargez les fichiers d'extension Jupyter Notifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
On every Jupyter Notebook environment, Jupyter Notifier notifies you with a sound, a message, or both when code cells terminate. Jupyter Notifier injects a bell icon into your notebook, which allows you to select specific cells for notification. With Jupyter Notifier, you won't be repeatedly checking whether your cell has terminated.
Informations de Base sur l'Extension
Nom | Jupyter Notifier |
ID | chjgkagmoifencbeboghhaefjknfogib |
URL Officiel | https://chromewebstore.google.com/detail/jupyter-notifier/chjgkagmoifencbeboghhaefjknfogib |
Description | Notifies you when code cells terminate. |
Taille du Fichier | 48.06 KB |
Nombre d'Installations | 212 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2020-04-13 |
Date de Publication | 2020-04-12 |
Développeur | baran yildirim |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/naraB/jupyter-notifier |
URL de la Page d'Aide | https://github.com/naraB/jupyter-notifier |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jupyter Notifier", "description": "Notifies you when code cells terminate.", "version": "0.0.1", "permissions": [ "storage", "notifications" ], "web_accessible_resources": [ "assets\/*" ], "content_scripts": [ { "matches": [ " |