MCPcopy Create free account

hub / github.com/deepnote/deepnote / functions

Functions849 in github.com/deepnote/deepnote

↓ 3 callersFunctionbuildUrl
* Build a URL with path and query parameters using native URL API
packages/database-integrations/src/snowflake-integration-env-vars.ts:8
↓ 3 callersFunctioncountBlocksWithOutputs
(file: DeepnoteFile)
packages/convert/src/snapshot/merge.ts:101
↓ 3 callersFunctioncreateBaseQueryParams
( metadata: DatabaseIntegrationMetadataByType['snowflake'], snowflakePartnerIdentifier: string | undefined
packages/database-integrations/src/snowflake-integration-env-vars.ts:120
↓ 3 callersFunctioncreateBlock
( spec: { type: string; content?: string; metadata?: Record<string, unknown> }, index: number )
packages/mcp/src/tools/writing.ts:406
↓ 3 callersFunctioncreatePythonCodeForInputCheckboxBlock
(block: InputCheckboxBlock)
packages/blocks/src/blocks/input-blocks.ts:76
↓ 3 callersFunctioncreatePythonCodeForInputDateBlock
(block: InputDateBlock)
packages/blocks/src/blocks/input-blocks.ts:127
↓ 3 callersFunctioncreatePythonCodeForInputFileBlock
(block: InputFileBlock)
packages/blocks/src/blocks/input-blocks.ts:119
↓ 3 callersFunctioncreatePythonCodeForInputTextBlock
(block: InputTextBlock)
packages/blocks/src/blocks/input-blocks.ts:66
↓ 3 callersFunctioncreateSqlAlchemyInputFromUrl
( url: string, keyPair?: | SnowflakeKeyPair | { privateKey: string password?: stri
packages/database-integrations/src/snowflake-integration-env-vars.ts:137
↓ 3 callersFunctiondiagnoseBlockFailure
( blockId: string, dag: BlockDependencyDag, lintResult: LintResult, blockMap: Map<string, BlockInfo> )
packages/cli/src/utils/analysis.ts:760
↓ 3 callersFunctionextractOutputsText
(outputs: unknown[], options?: ExtractOutputTextOptions)
packages/blocks/src/output-text.ts:59
↓ 3 callersFunctionfillBaseFields
()
packages/cli/src/commands/integrations/tests/add-integration.redshift.test.ts:25
↓ 3 callersFunctionfillBaseFields
( inputs: { name?: string; host?: string; port?: string; database?: string; user?: string; password?: stri
packages/cli/src/commands/integrations/tests/add-integration.alloydb.test.ts:30
↓ 3 callersFunctionfillBaseFields
(schema = '', catalog = '')
packages/cli/src/commands/integrations/tests/add-integration.databricks.test.ts:25
↓ 3 callersFunctionfillBaseFields
( inputs: { name?: string; host?: string; port?: string; database?: string; user?: string; password?: stri
packages/cli/src/commands/integrations/tests/add-integration.mysql.test.ts:30
↓ 3 callersFunctionfillBaseFields
(cluster = 'default')
packages/cli/src/commands/integrations/tests/add-integration.materialize.test.ts:30
↓ 3 callersFunctionfillBaseFields
( inputs: { name?: string; host?: string; port?: string; database?: string; user?: string; password?: stri
packages/cli/src/commands/integrations/tests/add-integration.mariadb.test.ts:30
↓ 3 callersFunctionfillBaseFields
()
packages/cli/src/commands/integrations/tests/add-integration.trino.test.ts:25
↓ 3 callersFunctionfillBaseFields
( inputs: { name?: string; host?: string; port?: string; database?: string; user?: string; password?: stri
packages/cli/src/commands/integrations/tests/add-integration.mindsdb.test.ts:30
↓ 3 callersFunctionfindBlockIndex
* Find a block index by ID or ID prefix. Returns -1 if not found.
packages/mcp/src/tools/writing.ts:28
↓ 3 callersFunctionfindDeepnoteFiles
* List all .deepnote files in a directory recursively
packages/mcp/src/resources.ts:27
↓ 3 callersFunctiongetApiEndpoint
(domain: string)
packages/cli/src/utils/deepnote-api.ts:9
↓ 3 callersFunctiongetErrorOutput
(spy: Mock<typeof console.error>)
packages/cli/src/commands/diff.test.ts:20
↓ 3 callersFunctiongetFixturePath
(category: string, filename: string)
test-fixtures/helpers/fixture-loader.ts:12
↓ 3 callersFunctiongetPostgresStyleMode
(caCertificateName?: string, sslEnabled?: boolean)
packages/database-integrations/src/database-integration-env-vars.ts:412
↓ 3 callersFunctionhandleError
(error: unknown, options: DagOptions)
packages/cli/src/commands/dag.ts:528
↓ 3 callersFunctionisDatabaseIntegrationType
(type: string)
packages/database-integrations/src/database-integration-types.ts:43
↓ 3 callersFunctionisErrnoException
(error: unknown, code: string)
packages/cli/src/utils/file-resolver.ts:27
↓ 3 callersFunctionisNotebookFunctionBlock
(block: DeepnoteBlock)
packages/blocks/src/blocks/notebook-function-blocks.ts:6
↓ 3 callersFunctionisPromptName
(name: string)
packages/mcp/src/prompts.ts:82
↓ 3 callersFunctionisSourceNotebookFormat
(format: string)
packages/convert/src/source-notebook-formats.ts:27
↓ 3 callersFunctionisSqlIntegrationType
(type: string)
packages/database-integrations/src/database-integration-types.ts:47
↓ 3 callersFunctionmakeDeepnoteFile
(blocks: ReturnType<typeof makeInputBlock>[])
packages/cli/src/commands/run.test.ts:2807
↓ 3 callersFunctionparseIntegrationsDocument
(content: string)
packages/database-integrations/src/loading/integrations-document.ts:9
↓ 3 callersFunctionparseSourceFilePath
(sourceFilePath: string)
packages/convert/src/snapshot/lookup.ts:237
↓ 3 callersFunctionpromptForBooleanField
({ label, defaultValue, }: { label: string defaultValue?: boolean })
packages/cli/src/utils/inquirer.ts:198
↓ 3 callersFunctionpromptForOptionalStringPortField
({ label, defaultValue, }: { label: string defaultValue?: string })
packages/cli/src/utils/inquirer.ts:118
↓ 3 callersFunctionreadAndConvertMarimoFile
( inputFilePath: string, options: ReadAndConvertMarimoFileOptions )
packages/convert/src/marimo-to-deepnote.ts:451
↓ 3 callersFunctionreadIntegrationsDocument
(filePath: string)
packages/cli/src/commands/integrations.ts:57
↓ 3 callersFunctionrunToDeepnoteConversion
( format: SourceNotebookFormat, inputFile: string, opts: RunToDeepnoteConversionOptions )
packages/convert/src/source-notebook-formats.ts:37
↓ 3 callersFunctionsanitize_python_variable_name
Python implementation of sanitizePythonVariableName from utils.ts
packages/reactivity/src/scripts/ast-analyzer.py:162
↓ 3 callersFunctionserializeIntegrationsDocument
(doc: Document)
packages/database-integrations/src/loading/integrations-document.ts:25
↓ 3 callersFunctionsetupStartFailure
(errorMessage: string)
packages/cli/src/commands/run.test.ts:170
↓ 3 callersFunctionunsupportedExtensionError
(ext: string)
packages/convert/src/load-runnable-file.ts:52
↓ 3 callersFunctionupdateIntegrationMetadataMap
({ metadataMap, integrationId, integrationMetadata, secretPaths, }: { metadataMap: YAMLMap integra
packages/database-integrations/src/loading/merge-integrations.ts:102
↓ 3 callersFunctionuploadFile
(uploadUrl: string, fileBuffer: Buffer)
packages/cli/src/utils/import-client.ts:72
↓ 3 callersFunctionwriteIntegrationsFile
(filePath: string, doc: Document)
packages/cli/src/commands/integrations.ts:73
↓ 2 callersFunctionacceptAllRedshiftDefaults
()
packages/cli/src/commands/integrations/edit-integration.test.ts:127
↓ 2 callersFunctionacceptMongoDefaults
()
packages/cli/src/commands/integrations/tests/edit-integration.mongodb.test.ts:44
↓ 2 callersFunctionaddMarkdownCells
* Splits markdown content at cell delimiter comments and adds each part as a separate cell. * The delimiter `<!-- cell -->` is used to preserve cell
packages/convert/src/quarto-to-deepnote.ts:126
↓ 2 callersFunctionallocateUniqueNotebookSplitFilename
* Picks a unique split output basename: `{stem}-{slug}.deepnote`, then `{stem}-{slug}-2.deepnote`, etc.
packages/convert/src/snapshot/split.ts:213
↓ 2 callersMethodassertExecutableBlockExists
* Ensure a requested block exists in the selected notebooks and is executable.
packages/runtime-core/src/execution-engine.ts:438
↓ 2 callersFunctionassertSqlCellVariableType
(value: string)
packages/blocks/src/blocks/sql-blocks.ts:126
↓ 2 callersFunctionbuildInspectResult
* Build inspect result data structure for machine-readable output.
packages/cli/src/commands/inspect.ts:59
↓ 2 callersFunctionbuildNodeMap
* Build a map of node ID -> DagNode.
packages/cli/src/commands/dag.ts:225
↓ 2 callersFunctionbuildSplitFile
(mainNotebookId: string, stdoutMarker: string)
packages/convert/src/snapshot/snapshot-integration.test.ts:226
↓ 2 callersFunctioncollectRequiredIntegrationIds
(file: DeepnoteFile, notebookName?: string)
packages/cli/src/integrations/collect-integrations.ts:9
↓ 2 callersFunctioncomposeDeepnoteWithInitNotebook
(main: DeepnoteFile, initNotebook: DeepnoteNotebook)
packages/convert/src/snapshot/resolve-init.ts:55
↓ 2 callersFunctionconvertMarimoAppToDeepnoteFile
( input: MarimoAppWithOutputs, options: ConvertMarimoAppToDeepnoteOptions )
packages/convert/src/marimo-to-deepnote.ts:415
↓ 2 callersFunctionconvertToEnvironmentVariableName
(str: string)
packages/database-integrations/src/database-integration-env-vars.ts:736
↓ 2 callersFunctioncount_lines_of_code
Count lines of code in a block's content. Returns the total number of lines (including empty lines and comments).
packages/reactivity/src/scripts/ast-analyzer.py:235
↓ 2 callersFunctioncreateAgentBlock
(prompt: string, sortIndex: number)
packages/cli/src/commands/run.ts:216
↓ 2 callersFunctioncreateAnalyzeAction
( _program: Command )
packages/cli/src/commands/analyze.ts:54
↓ 2 callersFunctioncreateErrorOutput
(error: Error)
packages/runtime-core/src/execution-engine.ts:46
↓ 2 callersFunctioncreateIntegrationsPullAction
(program: Command)
packages/cli/src/commands/integrations.ts:168
↓ 2 callersFunctioncreatePythonCodeForInputTextareaBlock
(block: InputTextareaBlock)
packages/blocks/src/blocks/input-blocks.ts:71
↓ 2 callersFunctioncreateSnapshot
()
packages/blocks/src/deepnote-file/serialize-deepnote-file.test.ts:62
↓ 2 callersFunctiondeclineSshAndSsl
()
packages/cli/src/commands/integrations/tests/add-integration.pgsql.test.ts:79
↓ 2 callersFunctiondeclineSshAndSsl
()
packages/cli/src/commands/integrations/tests/add-integration.mongodb.test.ts:89
↓ 2 callersFunctiondecodeNotebookIdFromFilename
(encoded: string)
packages/convert/src/snapshot/split.ts:73
↓ 2 callersFunctionerror
(message: string)
packages/cli/src/output.ts:136
↓ 2 callersFunctionescapeTripleQuote
* Escapes content for use in a Python raw triple-quoted string (r"""). * Raw strings don't interpret escape sequences, so we can't use backslashes to
packages/convert/src/deepnote-to-marimo.ts:296
↓ 2 callersFunctionfilenameForSuffix
(suffixNum: number)
packages/convert/src/snapshot/split.ts:216
↓ 2 callersFunctionfillBaseFields
( inputs: { name?: string; host?: string; port?: string; database?: string; user?: string; password?: stri
packages/cli/src/commands/integrations/tests/add-integration.sql-server.test.ts:30
↓ 2 callersFunctionfillBaseFields
(dataBoost = false)
packages/cli/src/commands/integrations/tests/add-integration.spanner.test.ts:25
↓ 2 callersFunctionfillBaseFields
(workgroup = '')
packages/cli/src/commands/integrations/tests/add-integration.athena.test.ts:23
↓ 2 callersFunctionfillBaseFields
()
packages/cli/src/commands/integrations/tests/add-integration.dremio.test.ts:25
↓ 2 callersFunctionfillMongoCredentials
( inputs: { name?: string; host?: string; port?: string; user?: string; password?: string; database?: stri
packages/cli/src/commands/integrations/tests/add-integration.mongodb.test.ts:30
↓ 2 callersFunctionfilterBlocks
* Filter blocks by type if --type option is provided.
packages/cli/src/commands/cat.ts:231
↓ 2 callersFunctionfinalizeCell
()
packages/convert/src/percent-to-deepnote.ts:62
↓ 2 callersFunctionfindBlockByType
(blocks: DeepnoteBlock[], type: string)
packages/cli/src/utils/block-label.test.ts:17
↓ 2 callersFunctionfindDeepnoteFileInDirectory
* Find the first .deepnote file in a directory (sorted alphabetically).
packages/cli/src/utils/file-resolver.ts:127
↓ 2 callersFunctionfindPythonInDirectory
* Finds a Python executable in the given directory.
packages/runtime-core/src/python-env.ts:91
↓ 2 callersFunctionformatFirstIssue
(error: z.ZodError)
packages/mcp/src/tools/conversion.ts:110
↓ 2 callersFunctionformatOutput
(data: Record<string, unknown>, compact: boolean)
packages/mcp/src/utils.ts:22
↓ 2 callersFunctionformatValue
* Format a value for writing to .env file. * Handles special characters that require quoting. * Uses quoting strategy compatible with dotenv.parse()
packages/cli/src/utils/dotenv.ts:11
↓ 2 callersFunctionformatZodIssues
* Format Zod validation errors into ValidationIssue format.
packages/database-integrations/src/loading/parse-integrations.ts:36
↓ 2 callersFunctiongenerateIntegrationEnvVars
* Generate the SQL/connection environment variables for the given integrations and surface any * generation failures as validation issues. * * The
packages/cli/src/commands/lint.ts:97
↓ 2 callersFunctiongetBlockContent
* Get the content of a block.
packages/cli/src/commands/cat.ts:252
↓ 2 callersFunctiongetErrorOutput
(spy: Mock<typeof console.error>)
packages/cli/src/commands/cat.test.ts:22
↓ 2 callersFunctiongetErrorOutput
(spy: Mock<typeof console.error>)
packages/cli/src/commands/lint.test.ts:30
↓ 2 callersFunctiongetInstallStatus
(targetDir: string, skillContents: Map<string, string>)
packages/cli/src/commands/install-skills.ts:330
↓ 2 callersFunctiongetLabel
(blockId: string)
packages/cli/src/commands/analyze.ts:90
↓ 2 callersFunctiongetMockedRandomUUID
()
packages/convert/src/quarto-to-deepnote.test.ts:26
↓ 2 callersFunctiongetMockedRandomUUID
()
packages/convert/src/marimo-to-deepnote.test.ts:31
↓ 2 callersFunctiongetMockedRandomUUID
()
packages/convert/src/percent-to-deepnote.test.ts:30
↓ 2 callersFunctiongetNotebooksForExecutionScope
( file: DeepnoteFile, options: { notebook?: string } )
packages/cli/src/commands/run.ts:401
↓ 2 callersFunctiongetStatusColor
(status: 'added' | 'removed' | 'modified', c: ChalkInstance)
packages/cli/src/commands/diff.ts:407
↓ 2 callersFunctiongetStatusIcon
(status: 'added' | 'removed' | 'modified')
packages/cli/src/commands/diff.ts:401
↓ 2 callersFunctionisAgentBlock
(block: DeepnoteBlock)
packages/blocks/src/blocks/agent-blocks.ts:13
← previousnext →301–400 of 849, ranked by callers