Get Notified When Jupyter Cell Has Executed
After running some code in a Jupyter cell, we often navigate away to do some other work in the meantime.
Here, one has to repeatedly get back to the Jupyter tab to check whether the cell has been executed or not.
To avoid this, you can use the %%𝐧𝐨𝐭𝐢𝐟𝐲 magic command from the 𝐣𝐮𝐩𝐲𝐭𝐞𝐫𝐧𝐨𝐭𝐢𝐟𝐲 extension. As the name suggests, it notifies the user upon completion (both successful and unsuccessful) of a jupyter cell via a browser notification. Clicking on the notification takes you back to the jupyter tab.
Read more: GitHub.
Share this post on LinkedIn: Post Link.
I like to explore, experiment and write about data science concepts and tools. You can read my articles on Medium. Also, you can connect with me on LinkedIn.