MCPcopy
hub / github.com/deepnote/deepnote / convertJupyterToDeepnote

Function convertJupyterToDeepnote

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

Source from the content-addressed store, hash-verified

320}
321
322function convertJupyterToDeepnote(options: ConvertToDeepnoteOptions): Promise<string> {
323 return convertSingleFileToDeepnote({
324 ...options,
325 formatName: 'Jupyter Notebook',
326 converter: readAndConvertIpynbFile,
327 })
328}
329
330function convertQuartoToDeepnote(options: ConvertToDeepnoteOptions): Promise<string> {
331 return convertSingleFileToDeepnote({

Callers 1

convertFunction · 0.85

Calls 1

Tested by

no test coverage detected