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

Interface ConvertToDeepnoteOptions

packages/convert/src/cli.ts:315–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313}
314
315interface ConvertToDeepnoteOptions {
316 absolutePath: string
317 resolveProjectName: (name?: string) => string
318 resolveOutputPath: (filename: string) => Promise<string>
319 singleFile: boolean
320}
321
322function convertJupyterToDeepnote(options: ConvertToDeepnoteOptions): Promise<string> {
323 return convertSingleFileToDeepnote({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected