Jupyter Notify
import jupyternotify
ip = get_ipython()
ip.register_magics(jupyternotify.JupyterNotifyMagics)
%load_ext jupyternotify
%%notify
import time
time.sleep(5)
Last updated
Was this helpful?
import jupyternotify
ip = get_ipython()
ip.register_magics(jupyternotify.JupyterNotifyMagics)
%load_ext jupyternotify
%%notify
import time
time.sleep(5)
Last updated
Was this helpful?