summaryrefslogtreecommitdiffstats
path: root/python/python3-comm/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-comm/README')
-rw-r--r--python/python3-comm/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-comm/README b/python/python3-comm/README
new file mode 100644
index 0000000000..19e7bf2734
--- /dev/null
+++ b/python/python3-comm/README
@@ -0,0 +1,3 @@
+This provides a way to register a Kernel Comm implementation, as per
+the Jupyter kernel protocol. This also provides a base Comm
+implementation and a default CommManager that can be used.