MCPcopy Create free account

hub / github.com/deepnote/deepnote / functions

Functions849 in github.com/deepnote/deepnote

↓ 7 callersFunctionroundtripDeepnoteNotebooks
* Reassembles a Deepnote project's notebooks from per-notebook Jupyter inputs. * Conversion is now per-notebook, so each Jupyter notebook is converte
packages/convert/src/roundtrip.test.ts:18
↓ 7 callersFunctiontruncate
* Truncate a string to max length, adding ellipsis if needed.
packages/cli/src/utils/block-label.ts:153
↓ 7 callersFunctionwriteSkillMarker
(...segments: string[])
packages/cli/src/skill/skill-files.test.ts:18
↓ 6 callersMethodaddMarkdownBlock
({ content: mdContent }: { content: string })
packages/runtime-core/src/execution-engine.ts:314
↓ 6 callersFunctionapplyInputOverrides
(file: DeepnoteFile, inputs: Record<string, unknown>)
packages/cli/src/commands/run.ts:597
↓ 6 callersFunctionbuildBlockMap
(file: DeepnoteFile, options: AnalysisOptions = {})
packages/cli/src/utils/analysis.ts:800
↓ 6 callersFunctionbuildSystemPrompt
( notebookContext: string, integrations?: Array<{ id: string; name: string; type: string }> )
packages/runtime-core/src/agent-handler.ts:109
↓ 6 callersFunctioncomputeProjectStats
(file: DeepnoteFile, options: AnalysisOptions = {})
packages/cli/src/utils/analysis.ts:116
↓ 6 callersFunctionconvertDeepnoteFileToPercentFiles
( deepnoteFilePath: string, options: ConvertDeepnoteFileToPercentOptions )
packages/convert/src/deepnote-to-percent.ts:106
↓ 6 callersFunctionconvertDeepnoteFileToQuartoFiles
( deepnoteFilePath: string, options: ConvertDeepnoteFileToQuartoOptions )
packages/convert/src/deepnote-to-quarto.ts:178
↓ 6 callersFunctionconvertMarimoFileToDeepnoteFile
( inputFilePath: string, options: ConvertMarimoFileToDeepnoteFileOptions )
packages/convert/src/marimo-to-deepnote.ts:487
↓ 6 callersFunctionconvertMarimoSessionCellToOutputs
(cell: MarimoSessionCell)
packages/convert/src/snapshot/marimo-outputs.ts:135
↓ 6 callersFunctionconvertPercentFileToDeepnoteFile
( inputFilePath: string, options: ConvertPercentFileToDeepnoteFileOptions )
packages/convert/src/percent-to-deepnote.ts:241
↓ 6 callersFunctionconvertPercentNotebookToDeepnote
( input: PercentNotebookInput, options: { projectName: string; projectId?: string } )
packages/convert/src/percent-to-deepnote.ts:176
↓ 6 callersFunctionconvertQuartoDocumentToDeepnote
( input: QuartoDocumentInput, options: { projectName: string; projectId?: string } )
packages/convert/src/quarto-to-deepnote.ts:358
↓ 6 callersFunctionconvertQuartoFileToDeepnoteFile
( inputFilePath: string, options: ConvertQuartoFileToDeepnoteFileOptions )
packages/convert/src/quarto-to-deepnote.ts:424
↓ 6 callersFunctioncreateEnvVarRef
(varName: string)
packages/database-integrations/src/loading/env-var-refs.ts:28
↓ 6 callersFunctioncreatePythonCodeForInputSliderBlock
(block: InputSliderBlock)
packages/blocks/src/blocks/input-blocks.ts:96
↓ 6 callersFunctiondisplayMetrics
(metrics: JupyterMetricsResponse)
packages/cli/src/utils/metrics.ts:87
↓ 6 callersFunctionemitInitResolverWarnings
(warnings: string[], isMachineOutput: boolean)
packages/cli/src/utils/load-and-resolve-init.ts:39
↓ 6 callersFunctionencodeNotebookIdForFilename
(notebookId: string)
packages/convert/src/snapshot/split.ts:58
↓ 6 callersFunctionextractResult
(response: { content: Array<{ type: string; text: string }> })
packages/mcp/src/tools/execution.test.ts:9
↓ 6 callersFunctionformatFirstIssue
(error: z.ZodError)
packages/mcp/src/tools/writing.ts:122
↓ 6 callersFunctiongetOutput
(spy: Mock<typeof console.log>)
packages/cli/src/commands/install-skills.test.ts:9
↓ 6 callersFunctiongetSnapshotDir
(sourceFilePath: string, options: SnapshotOptions = {})
packages/convert/src/snapshot/lookup.ts:187
↓ 6 callersFunctiongetSqlEnvVarName
(integrationId: string)
packages/database-integrations/src/database-integration-env-vars.ts:745
↓ 6 callersFunctioninitImport
( fileName: string, fileSize: number, domain: string = DEFAULT_DOMAIN )
packages/cli/src/utils/import-client.ts:32
↓ 6 callersFunctionisErrnoENOENT
(error: unknown)
packages/cli/src/utils/file-resolver.ts:31
↓ 6 callersFunctionisExecutableBlockType
(type: string)
packages/blocks/src/blocks/executable-blocks.ts:41
↓ 6 callersFunctionlistResources
(workspaceRoot?: string)
packages/mcp/src/resources.ts:73
↓ 6 callersFunctionloadSnapshotFile
(snapshotPath: string)
packages/convert/src/snapshot/lookup.ts:174
↓ 6 callersFunctionmakeFile
(args: { initNotebookId?: string; notebooks: Array<{ id: string }> })
packages/convert/src/snapshot/file-shape.test.ts:5
↓ 6 callersFunctionmergeMcpConfigs
(projectServers: McpServerConfig[], blockServers: McpServerConfig[])
packages/runtime-core/src/agent-handler.ts:249
↓ 6 callersFunctionparseApiErrorMessage
(responseBody: string, fallback: string)
packages/cli/src/utils/deepnote-api.ts:21
↓ 6 callersFunctionparseRunnableFileContent
(content: string, absolutePath: string)
packages/convert/src/load-runnable-file.ts:73
↓ 6 callersFunctionpromptForStringField
({ label, defaultValue, customValidate, secret, required, }: { label: string defaultValue?: stri
packages/cli/src/utils/inquirer.ts:21
↓ 6 callersFunctionreadAndConvertIpynbFile
( inputFilePath: string, options: ReadAndConvertIpynbFileOptions )
packages/convert/src/jupyter-to-deepnote.ts:146
↓ 6 callersFunctionsaveDeepnoteFile
(filePath: string, file: DeepnoteFile)
packages/mcp/src/utils.ts:13
↓ 6 callersFunctionsaveExecutionSnapshot
( sourcePath: string, file: DeepnoteFile, blockOutputs: ReadonlyArray<BlockExecutionOutput>, timing: E
packages/convert/src/snapshot/save-execution-snapshot.ts:104
↓ 6 callersFunctionsetupStreamingRun
({ streamedOutputs = [], result, }: { streamedOutputs?: MockBlockExecutionResult['outputs'] result: Mo
packages/cli/src/commands/run.test.ts:190
↓ 6 callersFunctionwritingError
(message: string)
packages/mcp/src/tools/writing.ts:49
↓ 5 callersFunctionaddContentHashes
(file: DeepnoteFile)
packages/convert/src/snapshot/hash.ts:61
↓ 5 callersFunctionanalyzeProject
(file: DeepnoteFile, options: AnalysisOptions = {})
packages/cli/src/utils/analysis.ts:103
↓ 5 callersFunctionconvertBlocksToMarimoApp
(blocks: DeepnoteBlock[], notebookName: string)
packages/convert/src/deepnote-to-marimo.ts:24
↓ 5 callersFunctionconvertBlocksToQuartoDocument
(blocks: DeepnoteBlock[], notebookName: string)
packages/convert/src/deepnote-to-quarto.ts:20
↓ 5 callersFunctionconvertMarimoConsoleToJupyter
(consoleOutputs: MarimoConsoleOutput[])
packages/convert/src/snapshot/marimo-outputs.ts:115
↓ 5 callersFunctionconvertMarimoOutputToJupyter
(output: MarimoSessionOutput)
packages/convert/src/snapshot/marimo-outputs.ts:80
↓ 5 callersFunctionconvertQuartoDocumentToBlocks
( document: QuartoDocument, options?: ConvertQuartoDocumentOptions )
packages/convert/src/quarto-to-deepnote.ts:324
↓ 5 callersFunctioncreateDeepnoteWithAgentBlock
()
packages/convert/src/roundtrip-all-formats.test.ts:638
↓ 5 callersFunctioncreateRunAction
(program: Command)
packages/cli/src/commands/run.ts:490
↓ 5 callersFunctioncreateSingleNotebookFile
(overrides?: { projectName?: string })
packages/convert/src/snapshot/lookup.test.ts:20
↓ 5 callersMethoddisconnect
* Disconnect from the kernel and clean up resources.
packages/runtime-core/src/kernel-client.ts:168
↓ 5 callersFunctionemptyContent
()
packages/blocks/src/deepnote-file/deepnote-file-schema.ts:10
↓ 5 callersFunctionfillOptionalFields
(warehouse = '', database = '', role = '')
packages/cli/src/commands/integrations/tests/add-integration.snowflake.test.ts:41
↓ 5 callersFunctionfillTypeAndName
()
packages/cli/src/commands/integrations/tests/add-integration.snowflake.test.ts:25
↓ 5 callersFunctionisMatchingDefaultValues
( defaultValues: SnowflakeMetadata | undefined, authMethod: T['authMethod'] )
packages/cli/src/commands/integrations/integrations-prompts/snowflake.ts:145
↓ 5 callersFunctionmakeInputBlock
(varName: string, value: string)
packages/cli/src/commands/run.test.ts:2793
↓ 5 callersFunctionmergeProcessedIntegrations
( doc: Document, integrationsSeq: YAMLSeq, processedIntegrations: DatabaseIntegrationConfig[] )
packages/database-integrations/src/loading/merge-integrations.ts:248
↓ 5 callersFunctionopenInBrowser
(url: string)
packages/cli/src/utils/browser.ts:12
↓ 5 callersFunctionprogress
(message: string)
packages/cli/src/utils/open-file-in-cloud.ts:35
↓ 5 callersFunctionreadDeepnote
(filePath: string)
packages/mcp/src/tools/conversion.test.ts:29
↓ 5 callersFunctionvalidateFileSize
(filePath: string)
packages/cli/src/utils/import-client.ts:112
↓ 4 callersFunctionconvertDirectory
* Converts every notebook in a directory to its own single-notebook `.deepnote` file — * one file per source notebook (the recommended layout). * *
packages/convert/src/cli.ts:230
↓ 4 callersFunctionconvertSingleFileToDeepnote
(options: ConvertSingleFileOptions)
packages/convert/src/cli.ts:277
↓ 4 callersFunctioncreateBlocksWithAttachedOutputsFromCollectedOutputs
({ blocks, collectedOutputs, }: { blocks: DeepnoteBlock[] collectedOutputs: Map<string, { outputs: unk
packages/runtime-core/src/agent-handler.ts:60
↓ 4 callersFunctioncreateDeepnoteWithHeadings
()
packages/convert/src/roundtrip-all-formats.test.ts:462
↓ 4 callersFunctioncreateEdge
(fromBlockId: string, toBlockId: string, variableName: string)
packages/reactivity/src/dag-builder.ts:51
↓ 4 callersFunctioncreateFileWithBlocks
()
packages/blocks/src/deepnote-file/serialize-deepnote-file.test.ts:19
↓ 4 callersFunctioncreateMinimalFile
()
packages/blocks/src/deepnote-file/serialize-deepnote-file.test.ts:7
↓ 4 callersFunctioncreateMockChildProcess
()
packages/cli/src/utils/browser.test.ts:18
↓ 4 callersFunctioncreatePythonCodeForInputDateRangeBlock
(block: InputDateRangeBlock)
packages/blocks/src/blocks/input-blocks.ts:149
↓ 4 callersFunctioncreatePythonCodeForInputSelectBlock
(block: InputSelectBlock)
packages/blocks/src/blocks/input-blocks.ts:81
↓ 4 callersFunctioncreatePythonCodeForSqlBlock
(block: SqlBlock)
packages/blocks/src/blocks/sql-blocks.ts:16
↓ 4 callersFunctioncreateSplitWithSiblingInitFixture
( prefix = 'deepnote-split-init-' )
packages/cli/src/commands/test-helpers.ts:42
↓ 4 callersFunctioncreateTestDeepnoteFile
(filePath: string)
packages/cli/src/commands/convert.test.ts:400
↓ 4 callersFunctionfillBaseFields
( inputs: { name?: string; host?: string; port?: string; database?: string; user?: string; password?: stri
packages/cli/src/commands/integrations/tests/add-integration.pgsql.test.ts:30
↓ 4 callersFunctionfillBaseFields
(password = 'supersecret')
packages/cli/src/commands/integrations/tests/add-integration.clickhouse.test.ts:31
↓ 4 callersFunctionformatFirstIssue
(error: z.ZodError)
packages/mcp/src/tools/snapshots.ts:64
↓ 4 callersFunctiongetBlockContent
* Get the content of a block for comparison.
packages/cli/src/commands/diff.ts:286
↓ 4 callersFunctiongetDefaultIntegrationsFilePath
(deepnoteFileDir: string)
packages/cli/src/integrations/parse-integrations.ts:15
↓ 4 callersFunctiongetDownstreamBlocks
( blocks: DeepnoteBlock[], blocksToExecute: DeepnoteBlock[], options: { pythonInterpreter?: string } = {
packages/reactivity/src/dag.ts:79
↓ 4 callersFunctiongetLogCalls
(spy: Mock)
packages/cli/src/commands/run.test.ts:186
↓ 4 callersFunctiongetMockedRandomUUID
()
packages/convert/src/jupyter-to-deepnote.test.ts:33
↓ 4 callersFunctiongetUpstreamBlocks
( blocks: DeepnoteBlock[], blocksToExecute: DeepnoteBlock[], options: { pythonInterpreter?: string } = {
packages/reactivity/src/dag.ts:116
↓ 4 callersFunctionisBareSystemPython
(pythonPath: string)
packages/runtime-core/src/python-env.ts:129
↓ 4 callersFunctionisComposedInitMainFile
(file: SnapshotNotebookIdFileInput)
packages/convert/src/snapshot/file-shape.ts:13
↓ 4 callersFunctionisExecutableBlock
(block: DeepnoteBlock)
packages/blocks/src/blocks/executable-blocks.ts:33
↓ 4 callersFunctionisValidSiblingInitCandidate
( candidate: DeepnoteFile, expectedProjectId: string, initNotebookId: string )
packages/convert/src/snapshot/resolve-init.ts:19
↓ 4 callersFunctionloadAndResolveDeepnoteFile
(absolutePath: string)
packages/cli/src/utils/load-and-resolve-init.ts:17
↓ 4 callersFunctionloadRunnableFile
(filePath: string)
packages/convert/src/load-runnable-file.ts:213
↓ 4 callersFunctionparseDeepnoteFixture
(path: string)
packages/cli/src/commands/run.test.ts:125
↓ 4 callersFunctionpromptForIntegrationName
(options?: { defaultValue?: string })
packages/cli/src/commands/integrations/add-integration.ts:60
↓ 4 callersFunctionpromptForOptionalSecretField
({ label, defaultValue, customValidate, }: { label: string defaultValue?: string customValidate?:
packages/cli/src/utils/inquirer.ts:146
↓ 4 callersFunctionsanitizeFileName
(name: string)
packages/convert/src/utils.ts:7
↓ 4 callersFunctionstopServer
(info: ServerInfo)
packages/runtime-core/src/server-starter.ts:104
↓ 4 callersFunctionwriteMainWithDivergingInitSibling
( dir: string, options: { mainIntegrations?: Array<{ id: string; name: string; type: string }> ini
packages/mcp/src/tools/test-helpers.ts:44
↓ 3 callersFunctionaddIntegrationToSeq
( doc: Document, integrationsSeq: YAMLSeq, integration: DatabaseIntegrationConfig )
packages/database-integrations/src/loading/merge-integrations.ts:196
↓ 3 callersFunctionanalyzeDag
( path: string | undefined, options: DagOptions )
packages/cli/src/commands/dag.ts:99
↓ 3 callersFunctionassertNever
(value: never)
packages/cli/src/utils/typescript.ts:1
↓ 3 callersFunctionbuildLaunchUrl
(importId: string, domain: string = DEFAULT_DOMAIN)
packages/cli/src/utils/import-client.ts:100
← previousnext →201–300 of 849, ranked by callers