Zsailer / jupyter_events

Configurable event system for Jupyter applications and extensions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jupyter Events

An event system for Jupyter Applications and extensions.

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.

Install

Install Jupyter Events directly from PyPI:

pip install jupyter_events

or conda-forge:

conda install -c conda-forge jupyter_events

About

Configurable event system for Jupyter applications and extensions.

License:Other


Languages

Language:Python 100.0%