--- id: jupyter-events version: "0.12.1" license: BSD 3-Clause License Copyright (c) 2022-, Jupyter Development Team All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that… (full text in the JSON record) license_treatment: permissive maintenance: active --- # jupyter-events — Jupyter Event System library License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install jupyter-events uv add jupyter-events poetry add jupyter-events ## Description # Jupyter Events [![Build Status](https://github.com/jupyter/jupyter_events/actions/workflows/python-tests.yml/badge.svg?query=branch%3Amain++)](https://github.com/jupyter/jupyter_events/actions/workflows/python-tests.yml/badge.svg?query=branch%3Amain++) [![Documentation Status](https://readthedocs.org/projects/jupyter-events/badge/?version=latest)](http://jupyter-events.readthedocs.io/en/latest/?badge=latest) _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 ``` ## Documentation Documentation is available at [jupyter-events.readthedocs.io](https://jupyter-events.readthedocs.io). ## About the Jupyter Development Team The Jupyter Development Team is the set of all contributors to the Jupyter project. This includes... ## AI interpretation — verify before relying Jupyter Events provides a structured event system for Jupyter applications and extensions to emit and listen to events, enabling communication between server-side applications (like Jupyter Server, JupyterHub) and client applications. Verdict: Jupyter Events is a well-maintained, actively developed library from the Jupyter project with permissive licensing and low installation friction. It has no known vulnerabilities and sits in the top 1000 PyPI packages, making it a reliable choice for event-driven architecture in Jupyter applications. [View on SkillFed](https://skillfed.io/packages/jupyter-events) · [View on PyPI](https://pypi.org/project/jupyter-events/)