Skip to content
/ comm Public

Python Comm implementation for the Jupyter kernel protocol

License

Notifications You must be signed in to change notification settings

ipython/comm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Comm

It provides a way to register a Kernel Comm implementation, as per the Jupyter kernel protocol. It also provides a base Comm implementation and a default CommManager that can be used.

Usage 1: Using the default CommManager and the BaseComm implementations

Usage 2: Providing your own comms implementation