slackbuilds_ponce/development/jupyter_events/README
Isaac Yu 36de606fea development/jupyter_events: Added (Event System for Jupyter).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-12-23 00:07:48 +07:00

5 lines
293 B
Text

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.