Description
Support Jupyter Comm messages from Python kernel-related software. It lets widgets and notebook tools exchange structured messages with a running kernel for interactive behavior.
This is a protocol support library, not a notebook interface by itself. Interactive notebook communication can carry user data, so extensions should handle messages carefully and avoid trusting unvalidated frontend input.