From 6a7eae615d19cd2acdea7f2012c1dafd33e09486 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Fri, 9 Dec 2022 00:36:44 +0000 Subject: python/python3-comm: Added (Jupyter Python Comm implementation) Signed-off-by: Willy Sudiarto Raharjo --- python/python3-comm/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/python3-comm/README (limited to 'python/python3-comm/README') 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. -- cgit v1.2.3