Skip to content

Development

Clone the repository:

git clone https://github.com/yourname/jupyternotifyplus
cd jupyternotifyplus

Install in editable mode:

pip install -e .[dev]

Run tests:

pytest

Build the package:

python -m build