MCPcopy Index your code
hub / github.com/deepnote/deepnote / convertMarimoToDeepnote

Function convertMarimoToDeepnote

packages/convert/src/cli.ts:346–352  ·  view source on GitHub ↗
(options: ConvertToDeepnoteOptions)

Source from the content-addressed store, hash-verified

344}
345
346function convertMarimoToDeepnote(options: ConvertToDeepnoteOptions): Promise<string> {
347 return convertSingleFileToDeepnote({
348 ...options,
349 formatName: 'Marimo notebook',
350 converter: readAndConvertMarimoFile,
351 })
352}
353
354async function convertDeepnoteToFormat(
355 absolutePath: string,

Callers 1

convertFunction · 0.85

Calls 1

Tested by

no test coverage detected