diff options
Diffstat (limited to 'python/python3-comm/README')
-rw-r--r-- | python/python3-comm/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-comm/README b/python/python3-comm/README new file mode 100644 index 0000000000000..19e7bf2734535 --- /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. |