State: {
    breakpoints: Map<string, IBreakpoint[]>;
    cells: string[];
    tmpPrefix?: string;
}

Type declaration

  • breakpoints: Map<string, IBreakpoint[]>

    Map of breakpoints to send back to the kernel after it has restarted

  • cells: string[]

    List of cells to dump after the kernel has restarted

  • OptionaltmpPrefix?: string

    Prefix for temporary files associated with this kernel session