MCPcopy Create free account
hub / github.com/deepnote/deepnote /

Class

packages/runtime-core/src/kernel-client.ts:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 * Client for communicating with a Jupyter kernel via the Jupyter protocol.
45 */
46export class KernelClient {
47 private kernelManager: KernelManager | null = null
48 private sessionManager: SessionManager | null = null
49 private session: ISessionConnection | null = null

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected