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

Interface ConvertDirectoryOptions

packages/convert/src/cli.ts:186–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186interface ConvertDirectoryOptions {
187 dirPath: string
188 files: string[]
189 format: 'jupyter' | 'quarto' | 'percent' | 'marimo'
190 customOutputPath?: string
191 cwd: string
192 customProjectName?: string
193 singleFile: boolean
194}
195
196const DIRECTORY_FORMAT_NAMES = {
197 jupyter: 'Jupyter Notebook',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected