Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NotebookProvider

Hierarchy

  • NotebookProvider

Index

Properties

Readonly providerId

providerId: string

Readonly standardKernels

standardKernels: IStandardKernel[]
deprecated

standardKernels will be removed in an upcoming release. Standard kernel contribution should happen via JSON for extensions. Until this is removed, notebook providers can safely return an empty array.

Methods

getNotebookManager

  • Parameters

    • notebookUri: Uri

    Returns Thenable<NotebookManager>

handleNotebookClosed

  • handleNotebookClosed(notebookUri: Uri): void
  • Parameters

    • notebookUri: Uri

    Returns void

Generated using TypeDoc