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

Interface ConvertMarimoAppOptions

packages/convert/src/marimo-to-deepnote.ts:103–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103export interface ConvertMarimoAppOptions {
104 /** Custom ID generator function. Defaults to crypto.randomUUID(). */
105 idGenerator?: () => string
106 /** Outputs from Marimo session cache, keyed by code_hash */
107 outputs?: Map<string, JupyterOutput[]>
108}
109
110export interface MarimoAppInput {
111 filename: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected