jupyter-notify icon indicating copy to clipboard operation
jupyter-notify copied to clipboard

A Jupyter Notebook magic for browser notifications of cell completion

Results 16 jupyter-notify issues
Sort by recently updated
recently updated
newest added

This adds support for jupyterlab. It injects the missing jquery library in contexts where it is missing. This has been tested against jupyter lab 0.35.5. Fixes #33 .

As suggested in https://github.com/ShopRunner/jupyter-notify/pull/38/commits/3507b31d53f6f6bf6cd8e343fa8e557830a35f75#r289031193 I removed the dependency on jQuery. This also fixes https://github.com/ShopRunner/jupyter-notify/issues/33

While this module has worked in the past, I'm actually unable to show any notification nor in safari, nor Chrome. Any hint on how to fix that? In browser settings,...

The cell magic can already tell when an exception was generated. We could use that information to show a color-coded push notification: the jupyter logo with a red background for...

Is there a way to trigger a notification using jupyter-notify when a background process completes?

When I use jupyter-notify in VSCode Jupyter Notebook, it gives such error: Is any plan to support VSCode Jupyter Notebook?

This adds a -b/--only-in-background option that will only notify if the Jupyter notebook is in the background. This allows you to use something like `%autonotify -b -a 5`, which will...

A parameter that would put the time the cell took to execute in the notification, instead of having to use timers ourselves

I really love this magic command, but it only works on Jupyter notebook and not jupyter lab for some reason. I was hoping that you could extend this magic command...

One feature lacking in Colab and something it desperately needs is a notification system on disconnect or cell completion. It would be great if jupyter-notify supported Colab, as I'm already...