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.