Jupyter event system library
Jupyter Events enables Jupyter Python Applications (e.g. Jupyter
Server, JupyterLab Server, JupyterHub, etc.) to emit events --
structured data describing things happening inside the application.
Other software (e.g. client applications like JupyterLab) can listen
and respond to these events.

Maintainer: Daniel Dickman <daniel@openbsd.org>

WWW: https://pypi.python.org/pypi/jupyter_events
