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

Interface ConvertOptions

packages/cli/src/commands/convert.ts:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20import { convertDirectoryToDeepnote as convertDirectoryToDeepnoteCore } from '../utils/to-deepnote-conversion'
21
22export interface ConvertOptions {
23 output?: string
24 name?: string
25 format?: SourceNotebookFormat
26 open?: boolean
27}
28
29export interface ConvertResult {
30 success: boolean

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected