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

Interface AnalysisOptions

packages/cli/src/utils/analysis.ts:82–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82export interface AnalysisOptions {
83 /** Filter to a specific notebook */
84 notebook?: string
85 /** Python interpreter path for DAG analysis */
86 pythonInterpreter?: string
87}
88
89export interface AnalysisResult {
90 stats: ProjectStats

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected