| 44 | * Client for communicating with a Jupyter kernel via the Jupyter protocol. |
| 45 | */ |
| 46 | export class KernelClient { |
| 47 | private kernelManager: KernelManager | null = null |
| 48 | private sessionManager: SessionManager | null = null |
| 49 | private session: ISessionConnection | null = null |
nothing calls this directly
no outgoing calls
no test coverage detected