Skip to content

Zsailer/jupyter_events

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%