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

Function convertPercentToDeepnote

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

Source from the content-addressed store, hash-verified

336}
337
338function convertPercentToDeepnote(options: ConvertToDeepnoteOptions): Promise<string> {
339 return convertSingleFileToDeepnote({
340 ...options,
341 formatName: 'percent format notebook',
342 converter: readAndConvertPercentFile,
343 })
344}
345
346function convertMarimoToDeepnote(options: ConvertToDeepnoteOptions): Promise<string> {
347 return convertSingleFileToDeepnote({

Callers 1

convertFunction · 0.85

Calls 1

Tested by

no test coverage detected