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

Function isSourceNotebookFormat

packages/convert/src/source-notebook-formats.ts:27–29  ·  view source on GitHub ↗
(format: string)

Source from the content-addressed store, hash-verified

25}
26
27export function isSourceNotebookFormat(format: string): format is SourceNotebookFormat {
28 return (SOURCE_NOTEBOOK_FORMATS as readonly string[]).includes(format)
29}
30
31export interface RunToDeepnoteConversionOptions {
32 projectName: string

Callers 3

convertFromDeepnoteFunction · 0.90
handleConvertToFunction · 0.90
OutputFormatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected