Datalayer VS Code Extension - v0.0.4
    Preparing search index...

    Props for the NotebookToolbar component

    interface NotebookToolbarProps {
        isDatalayerNotebook?: boolean;
        notebookId: string;
        selectedRuntime?: RuntimeJSON;
    }
    Index

    Properties

    isDatalayerNotebook?: boolean

    Whether this is a Datalayer cloud notebook

    notebookId: string

    ID of the notebook

    selectedRuntime?: RuntimeJSON

    Selected runtime information for Datalayer notebooks