ICellProps: {
    autoStart?: boolean;
    id: string;
    showToolbar?: boolean;
    source?: string;
    startDefaultKernel?: boolean;
    type: "code" | "markdown" | "raw";
}

Type declaration

  • Optional autoStart?: boolean

    Whether to execute directly the code cell or not.

  • id: string

    An id that can be provided to identify unique cell

  • Optional showToolbar?: boolean

    Whether to show the toolbar for cell or not

  • Optional source?: string

    Cell source

  • Optional startDefaultKernel?: boolean

    Whether to start the default kernel or not

  • type: "code" | "markdown" | "raw"

    Cell type