VS Code API
    Preparing search index...

    Namespace notebooks

    Namespace for notebooks.

    The notebooks functionality is composed of three loosely coupled components:

    1. NotebookSerializer enable the editor to open, show, and save notebooks
    2. NotebookController own the execution of notebooks, e.g they create output from code cells.
    3. NotebookRenderer present notebook output in the editor. They run in a separate context.

    Functions

    createNotebookController
    createRendererMessaging
    registerNotebookCellStatusBarItemProvider