summaryrefslogtreecommitdiffstats
path: root/development/jupyter_events/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/jupyter_events/README')
-rw-r--r--development/jupyter_events/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/development/jupyter_events/README b/development/jupyter_events/README
new file mode 100644
index 0000000000..a8b80338e5
--- /dev/null
+++ b/development/jupyter_events/README
@@ -0,0 +1,5 @@
+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.