MCPcopy
hub / github.com/deepnote/deepnote / convertMarimoAppToDeepnote

Function convertMarimoAppToDeepnote

packages/convert/src/marimo-to-deepnote.ts:399–405  ·  view source on GitHub ↗
(
  input: MarimoAppInput,
  options: ConvertMarimoAppToDeepnoteOptions
)

Source from the content-addressed store, hash-verified

397 * @returns A DeepnoteFile object
398 */
399export function convertMarimoAppToDeepnote(
400 input: MarimoAppInput,
401 options: ConvertMarimoAppToDeepnoteOptions
402): DeepnoteFile {
403 // Convert to MarimoAppWithOutputs with undefined outputs for compatibility
404 return convertMarimoAppToDeepnoteFile({ ...input, outputs: undefined }, options)
405}
406
407/**
408 * Converts a single Marimo app object with outputs into a single-notebook Deepnote project file.

Callers 2

parseRunnableFileContentFunction · 0.90

Calls 1

Tested by

no test coverage detected