jupyterlab-notifications
jupyterlab-notifications copied to clipboard
Jupyterlab extension to show notebook cell completion notifications
- Publish latest version to npm - Update readme/docs to include steps for publishing to npm
Thank you for developing this! I think it would be very useful to use this with an IPython magic command, similar to the approach taken by [this extension](https://github.com/ShopRunner/jupyter-notify) (which seems...
**Problem** Slack webhook will not work with `ntfy==2.7.0`. **Workaround** To get the latest `ntfy` package, please install the package from source ``` $ sudo python -m pip install git+https://github.com/dschep/ntfy.git@master --upgrade...
Create unit tests for existing functions that'll run for every new PR.
**Task** Update deprecated function in `setup.py`. **How to reproduce the error** ```bash $ jlpm run install:extension yarn run v1.21.1 $ jupyter labextension develop --overwrite . setup.py:39: DeprecatedWarning: create_cmdclass is deprecated...
The [docs on settings](https://github.com/mwakaba2/jupyterlab-notifications?tab=readme-ov-file#settings) state: > Use the following settings to update cell execution time for a notification and information to display in the notification. (in `Settings > Advanced Settings...